Crop Editing layout fixed

Preferences > Image Processing > Crop Edit was vertically centered with
large empty gaps above and below the frame. Now it starts as soon as the
frame above ends.
This commit is contained in:
Morgan Hardwood
2018-11-21 01:50:44 +01:00
parent add3d51719
commit 8b4027d75d
2 changed files with 23 additions and 25 deletions

View File

@@ -200,8 +200,8 @@ class Preferences : public Gtk::Dialog, public ProfileStoreListener
DynamicProfilePanel *dynProfilePanel;
Gtk::ComboBoxText *cropGuides;
Gtk::CheckButton *cropAutoFit;
Gtk::ComboBoxText *cropGuidesCombo;
Gtk::CheckButton *cropAutoFitCB;
Glib::ustring storedValueRaw;
Glib::ustring storedValueImg;