summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-06-30 21:21:30 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-06-30 21:21:30 (GMT)
commit6ff8a720525aec3176d9df5598948358cc6b35f2 (patch)
tree113198050644a46a6a011c6ccc732a72495b4c96 /Swift/QtUI/QtChatWindow.h
parentce93c7316978a1c9da3ec8cbf3e26ed8786cebc0 (diff)
downloadswift-6ff8a720525aec3176d9df5598948358cc6b35f2.zip
swift-6ff8a720525aec3176d9df5598948358cc6b35f2.tar.bz2
Slightly bigger coloured area
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r--Swift/QtUI/QtChatWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h
index 3e58f8c..1ba56be 100644
--- a/Swift/QtUI/QtChatWindow.h
+++ b/Swift/QtUI/QtChatWindow.h
@@ -197,6 +197,7 @@ namespace Swift {
QtChatView* messageLog_;
QtChatTheme* theme_;
QtTextEdit* input_;
+ QWidget* midBar_;
QComboBox* labelsWidget_;
QtOccupantListWidget* treeWidget_;
QLabel* correctingLabel_;