summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-02 04:43:18 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-02 04:43:18 +0300
commitc845e800f0d4b17bc5ce65806fa5fadd9468c858 (patch)
treea6bc48691aba3a2dd0e88aa18bc3a17a842bf76b /src/gui/setup_other.h
parentbebb93a423a9f6bc7a2b7a610548da6ceaacee97 (diff)
downloadplus-c845e800f0d4b17bc5ce65806fa5fadd9468c858.tar.gz
plus-c845e800f0d4b17bc5ce65806fa5fadd9468c858.tar.bz2
plus-c845e800f0d4b17bc5ce65806fa5fadd9468c858.tar.xz
plus-c845e800f0d4b17bc5ce65806fa5fadd9468c858.zip
Change auto hide screen buttons to 3 states
(always show, hide in small window, always hide)
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r--src/gui/setup_other.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h
index ae7daed50..45910c37c 100644
--- a/src/gui/setup_other.h
+++ b/src/gui/setup_other.h
@@ -44,6 +44,8 @@ class Setup_Other : public SetupTabScroll
protected:
SetupItemNames *mProxyTypeList;
+
+ SetupItemNames *mShortcutsList;
};
#endif