summaryrefslogtreecommitdiff
path: root/src/wx/server_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-06 18:18:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-06 18:18:35 +0100
commite683d5d750b2532806594cfafbd6e732b3004a99 (patch)
tree92ce39a7f8da7dd3c6c6b157787443b34e42a042 /src/wx/server_dialog.cc
parent81f69b2a4a7227f7e6c80014ff21da59c499e2e8 (diff)
Various layout tweaks (looking at OS X).
Diffstat (limited to 'src/wx/server_dialog.cc')
-rw-r--r--src/wx/server_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/server_dialog.cc b/src/wx/server_dialog.cc
index 7a9cf95c7..80e4232af 100644
--- a/src/wx/server_dialog.cc
+++ b/src/wx/server_dialog.cc
@@ -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"));