Fix expansion of colour conversion name.
authorCarl Hetherington <cth@carlh.net>
Fri, 16 Aug 2013 21:08:46 +0000 (22:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 16 Aug 2013 21:08:46 +0000 (22:08 +0100)
src/wx/colour_conversion_dialog.cc

index 976d295d5c9fcabc40b6eec77006256de45cda0d..1a8008bfda4c418c95dbf3457c6480d37eb40aaf 100644 (file)
@@ -43,7 +43,7 @@ ColourConversionDialog::ColourConversionDialog (wxWindow* parent, shared_ptr<Col
 
        add_label_to_grid_bag_sizer (table, this, _("Name"), true, wxGBPosition (r, 0));
        _name = new wxTextCtrl (this, wxID_ANY, wxT (""));
-       table->Add (_name, wxGBPosition (r, 1));
+       table->Add (_name, wxGBPosition (r, 1), wxDefaultSpan, wxEXPAND);
        ++r;
 
        add_label_to_grid_bag_sizer (table, this, _("Input gamma"), true, wxGBPosition (r, 0));