Updated Preferences > File Browser > Cache Options

- UI updated to use grid so that the options nicely align.
- "Clear only cached processing profiles" and "Clear all" buttons are
  hidden when Preferences > Image Processing > Processing profile saving
  location is set to "next to the input file", #4911
This commit is contained in:
Morgan Hardwood
2018-11-01 17:36:20 +01:00
parent 72787cd990
commit aeae61f67f
32 changed files with 70 additions and 130 deletions

View File

@@ -146,12 +146,9 @@ class Preferences : public Gtk::Dialog, public ProfileStoreListener
Gtk::ColorButton* butCropCol;
Gtk::ColorButton* butNavGuideCol;
Gtk::SpinButton* maxThumbSize;
Gtk::SpinButton* maxCacheEntries;
Gtk::SpinButton* maxRecentFolders;
Gtk::Button* clearThumbnails;
Gtk::Button* clearProfiles;
Gtk::Button* clearAll;
Gtk::SpinButton* maxThumbHeightSB;
Gtk::SpinButton* maxCacheEntriesSB;
Gtk::Entry* extension;
Gtk::TreeView* extensions;
Gtk::Button* addExt;