diff options
author | David Athay <ko2fan@gmail.com> | 2008-04-21 13:08:30 +0000 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2008-04-21 13:08:30 +0000 |
commit | 24681ad4312d804aa06c8ace7d1a9f2f9605a4eb (patch) | |
tree | cde8781349e72fa8ed247a95036746b71f494883 /src/gui/widgets/tabbedarea.h | |
parent | ff6ddee79b67f756477f08cd7793b0e26bbe71d9 (diff) | |
download | mana-24681ad4312d804aa06c8ace7d1a9f2f9605a4eb.tar.gz mana-24681ad4312d804aa06c8ace7d1a9f2f9605a4eb.tar.bz2 mana-24681ad4312d804aa06c8ace7d1a9f2f9605a4eb.tar.xz mana-24681ad4312d804aa06c8ace7d1a9f2f9605a4eb.zip |
Fixed chat window size issue
Diffstat (limited to 'src/gui/widgets/tabbedarea.h')
-rw-r--r-- | src/gui/widgets/tabbedarea.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index bc623427..b822d9c9 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -65,6 +65,11 @@ class TabbedArea : public gcn::TabbedArea * Overload the remove tab function as its broken in guichan 0.8 */ void removeTab(gcn::Tab *tab); + + /** + * Overload adjustSize as it seems faulty + */ + void adjustSize(); }; #endif |