Various layout tweaks (looking at OS X).
[dcpomatic.git] / src / wx / server_dialog.cc
index 7a9cf95c7a98eeb2f13aa929c0907bc0a634ad08..80e4232af766b7a941dbea2bd627a96bc228df08 100644 (file)
@@ -30,7 +30,7 @@ ServerDialog::ServerDialog (wxWindow* parent, ServerDescription* server)
                _server = new ServerDescription (wx_to_std (N_("localhost")), 1);
        }
                
-       wxFlexGridSizer* table = new wxFlexGridSizer (2, 4, 4);
+       wxFlexGridSizer* table = new wxFlexGridSizer (2, DVDOMATIC_SIZER_X_GAP, DVDOMATIC_SIZER_Y_GAP);
        table->AddGrowableCol (1, 1);
 
        add_label_to_sizer (table, this, _("Host name or IP address"));