summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-09-28 07:50:57 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-09-28 07:50:57 (GMT)
commitd5efab53e5c4dee50a55241e840a26814d115ad7 (patch)
tree54b598c2b0fdb6af975860047369f3c997b2d0e8 /Swift/QtUI/QtMUCConfigurationWindow.cpp
parent41854ebf8c3376d6ee430efe3a9fdd25610bb2f5 (diff)
downloadswift-d5efab53e5c4dee50a55241e840a26814d115ad7.zip
swift-d5efab53e5c4dee50a55241e840a26814d115ad7.tar.bz2
Select defaults correctly in form widget.
Resolves: #1002
Diffstat (limited to 'Swift/QtUI/QtMUCConfigurationWindow.cpp')
-rw-r--r--Swift/QtUI/QtMUCConfigurationWindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Swift/QtUI/QtMUCConfigurationWindow.cpp b/Swift/QtUI/QtMUCConfigurationWindow.cpp
index e6be9b7..a8dec2a 100644
--- a/Swift/QtUI/QtMUCConfigurationWindow.cpp
+++ b/Swift/QtUI/QtMUCConfigurationWindow.cpp
@@ -18,9 +18,9 @@ QtMUCConfigurationWindow::QtMUCConfigurationWindow(Form::ref form) {
QBoxLayout* layout = new QBoxLayout(QBoxLayout::TopToBottom, this);
layout->setContentsMargins(0,0,0,0);
layout->setSpacing(2);
- QLabel* label = new QLabel(this);
- label->setText(tr("Room configuration"));
- layout->addWidget(label);
+ //QLabel* label = new QLabel(this);
+ //label->setText(tr("Room configuration"));
+ //layout->addWidget(label);
formWidget_ = NULL;
formWidget_ = new QtFormWidget(form, this);