X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fserver_dialog.cc;fp=src%2Fwx%2Fserver_dialog.cc;h=8b32ad3b9ca55417850d8627387db42d6419b060;hb=76196d4356ca5d92047e46ce8d617c688ad88c91;hp=37f68da295e6fc9715c169366698a87ad8aa2b86;hpb=f001a5020a6307f1adf650bd33a0c2a2ea26d468;p=dcpomatic.git diff --git a/src/wx/server_dialog.cc b/src/wx/server_dialog.cc index 37f68da29..8b32ad3b9 100644 --- a/src/wx/server_dialog.cc +++ b/src/wx/server_dialog.cc @@ -25,7 +25,7 @@ using std::string; using boost::shared_ptr; ServerDialog::ServerDialog (wxWindow* parent) - : TableDialog (parent, _("Server"), 2, true) + : TableDialog (parent, _("Server"), 2, 1, true) { wxClientDC dc (parent); /* XXX: bit of a mystery why we need such a long string here */ @@ -52,4 +52,3 @@ ServerDialog::get () const { return wx_to_std (_host->GetValue ()); } -