Changed default delay for adjusters from 0 to 200 ms

This commit is contained in:
heckflosse
2015-09-13 17:40:02 +02:00
parent 18fb107f82
commit f7afe06d8b
20 changed files with 98 additions and 140 deletions

View File

@@ -99,7 +99,8 @@ public:
Glib::ustring defProfRaw;
Glib::ustring defProfImg;
Glib::ustring dateFormat;
int adjusterDelay;
int adjusterMinDelay;
int adjusterMaxDelay;
int startupDir;
Gtk::SortType dirBrowserSortType;
Glib::ustring startupPath;