diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-06-30 21:21:30 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-06-30 21:21:30 (GMT) |
commit | 6ff8a720525aec3176d9df5598948358cc6b35f2 (patch) | |
tree | 113198050644a46a6a011c6ccc732a72495b4c96 /Swift/QtUI/QtChatWindow.h | |
parent | ce93c7316978a1c9da3ec8cbf3e26ed8786cebc0 (diff) | |
download | swift-contrib-6ff8a720525aec3176d9df5598948358cc6b35f2.zip swift-contrib-6ff8a720525aec3176d9df5598948358cc6b35f2.tar.bz2 |
Slightly bigger coloured area
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r-- | Swift/QtUI/QtChatWindow.h | 1 |
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_; |