Better layout of Preferences > Appearance

The Appearance frame no longer causes the minimum Preferences window width to be large.
This commit is contained in:
Morgan Hardwood
2018-11-21 02:48:46 +01:00
parent 8b4027d75d
commit ead059ee8c
3 changed files with 82 additions and 82 deletions

View File

@@ -140,11 +140,11 @@ class Preferences : public Gtk::Dialog, public ProfileStoreListener
Gtk::CheckButton* ctiffserialize;
Gtk::ComboBoxText* curveBBoxPosC;
Gtk::ComboBoxText* theme;
Gtk::FontButton* fontButton;
Gtk::FontButton* colorPickerFontButton;
Gtk::ColorButton* butCropCol;
Gtk::ColorButton* butNavGuideCol;
Gtk::ComboBoxText* themeCBT;
Gtk::FontButton* mainFontFB;
Gtk::FontButton* colorPickerFontFB;
Gtk::ColorButton* cropMaskColorCB;
Gtk::ColorButton* navGuideColorCB;
Gtk::SpinButton* maxRecentFolders;
Gtk::SpinButton* maxThumbHeightSB;