Different thumbnails zoom levels for tab ribbon and main file browser, plus save (see issue #325)

This commit is contained in:
Oliver Duis
2010-11-11 18:30:51 +01:00
parent a49e3968c5
commit 10cda4ab81
6 changed files with 30 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ class Options {
bool multiUser;
static Glib::ustring rtdir;
int version;
int thumbSize;
int thumbSize,thumbSizeTab;
bool showHistory;
int showFilePanelState; // 0: normal, 1: maximized, 2: normal, 3: hidden
bool showInfo;
@@ -131,6 +131,7 @@ class Options {
bool overlayedFileNames;
bool showFileNames;
bool tabbedUI;
int previewSizeTab,previewSizeBrowser;
Options ();