From 09210ff317de63a8011130edceba3a508a6009d8 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 11 Oct 2011 12:06:18 +0100 Subject: Another label that needs forcing to plain text 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_ptrsetContentsMargins(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); -- cgit v0.10.2-6-g49f6