diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-01 01:04:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-01 01:04:24 +0300 |
commit | 51126f28cb4b258ba9711fa294652ed87f2451b8 (patch) | |
tree | 33fe16e876074f72c5f46a31f9735c3cf83fd70b /src/gui/setup.h | |
parent | 3a54cf61c4ea127a16ca11c515906a5f419b97df (diff) | |
download | plus-51126f28cb4b258ba9711fa294652ed87f2451b8.tar.gz plus-51126f28cb4b258ba9711fa294652ed87f2451b8.tar.bz2 plus-51126f28cb4b258ba9711fa294652ed87f2451b8.tar.xz plus-51126f28cb4b258ba9711fa294652ed87f2451b8.zip |
Fix some resize issues in setup window.
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 860bd5a33..81d3ff256 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -31,6 +31,7 @@ #include <list> +class Label; class SetupTab; /** @@ -86,6 +87,7 @@ class Setup final : public Window, public gcn::ActionListener std::vector<Button*> mButtons; Button *mResetWindows; TabbedArea *mPanel; + Label *mVersion; }; extern Setup* setupWindow; |