configurable tiles per thread also for rcd, #5203

This commit is contained in:
heckflosse
2019-03-03 17:29:19 +01:00
parent b83069fd51
commit 77475a3827
10 changed files with 43 additions and 15 deletions

View File

@@ -162,6 +162,7 @@ class Preferences : public Gtk::Dialog, public ProfileStoreListener
Gtk::SpinButton* threadsSpinBtn;
Gtk::SpinButton* clutCacheSizeSB;
Gtk::SpinButton* chunkSizeCASB;
Gtk::SpinButton* chunkSizeRCDSB;
Gtk::SpinButton* maxInspectorBuffersSB;
Gtk::ComboBoxText *thumbnailInspectorMode;