summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-10-11 11:06:18 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-10-11 11:06:18 (GMT)
commit09210ff317de63a8011130edceba3a508a6009d8 (patch)
tree05d6cb3a896ab34599dd32b9079f0c8218b1d644 /Swift
parenta63f8175dc065289b4a8867a8e9dac01b883f9f0 (diff)
downloadswift-09210ff317de63a8011130edceba3a508a6009d8.zip
swift-09210ff317de63a8011130edceba3a508a6009d8.tar.bz2
Another label that needs forcing to plain text
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/QtAdHocCommandWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtAdHocCommandWindow.cpp b/Swift/QtUI/QtAdHocCommandWindow.cpp
index a3bb077..221d1f5 100644
--- a/Swift/QtUI/QtAdHocCommandWindow.cpp
+++ b/Swift/QtUI/QtAdHocCommandWindow.cpp
@@ -25,6 +25,7 @@ QtAdHocCommandWindow::QtAdHocCommandWindow(boost::shared_ptr<OutgoingAdHocComman
layout->setContentsMargins(0,0,0,0);
layout->setSpacing(2);
label_ = new QLabel(this);
+ label_->setTextFormat(Qt::PlainText);
layout->addWidget(label_);
QWidget* formContainer = new QWidget(this);
layout->addWidget(formContainer);