diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-02 04:43:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-02 04:43:18 +0300 |
commit | c845e800f0d4b17bc5ce65806fa5fadd9468c858 (patch) | |
tree | a6bc48691aba3a2dd0e88aa18bc3a17a842bf76b /src/gui/setup_other.h | |
parent | bebb93a423a9f6bc7a2b7a610548da6ceaacee97 (diff) | |
download | plus-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.h | 2 |
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 |