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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user