Updated RawTherapee theme, now works in HiDPI mode

see issue #3547
This commit is contained in:
Hombre
2019-02-28 21:30:20 +01:00
parent bd175ec8d1
commit d66437dd98
5 changed files with 1718 additions and 375 deletions

View File

@@ -889,7 +889,7 @@ Gtk::Widget* Preferences::getGeneralPanel ()
Gtk::Label* flayoutlab = Gtk::manage (new Gtk::Label (M ("PREFERENCES_EDITORLAYOUT") + ":"));
setExpandAlignProperties (flayoutlab, false, false, Gtk::ALIGN_START, Gtk::ALIGN_BASELINE);
editorLayout = Gtk::manage (new Gtk::ComboBoxText ());
editorLayout = Gtk::manage (new MyComboBoxText ());
setExpandAlignProperties (editorLayout, true, false, Gtk::ALIGN_FILL, Gtk::ALIGN_BASELINE);
editorLayout->append (M ("PREFERENCES_SINGLETAB"));
editorLayout->append (M ("PREFERENCES_SINGLETABVERTAB"));