summaryrefslogtreecommitdiffstats
path: root/tools/linguist
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-05 13:32:10 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-05 13:37:13 (GMT)
commitb0e4af35ec8ddb5e7bfa658f916fbf29caa5a550 (patch)
treec4d3a8f8224debaf80b708e164b84ff2ee5df364 /tools/linguist
parentf1603d5a8738b13e1c1402e29f393dfbdf079a25 (diff)
downloadQt-b0e4af35ec8ddb5e7bfa658f916fbf29caa5a550.zip
Qt-b0e4af35ec8ddb5e7bfa658f916fbf29caa5a550.tar.gz
Qt-b0e4af35ec8ddb5e7bfa658f916fbf29caa5a550.tar.bz2
remove the rounded extra frame around the main message editor
for one, it just added visual noise. second, it did not respect the color scheme, which made it unusable with light-on-dark colors. Task-number: QTBUG-7778
Diffstat (limited to 'tools/linguist')
-rw-r--r--tools/linguist/linguist/messageeditor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/linguist/linguist/messageeditor.cpp b/tools/linguist/linguist/messageeditor.cpp
index 91c88da..4aeac89 100644
--- a/tools/linguist/linguist/messageeditor.cpp
+++ b/tools/linguist/linguist/messageeditor.cpp
@@ -135,12 +135,8 @@ MessageEditor::MessageEditor(MultiDataModel *dataModel, QMainWindow *parent)
void MessageEditor::setupEditorPage()
{
QFrame *editorPage = new QFrame;
- editorPage->setObjectName(QLatin1String("editorPage"));
editorPage->setStyleSheet(QLatin1String(
- "QFrame#editorPage { border-image: url(:/images/transbox.png) 12 16 16 12 repeat;"
- " border-width: 12px 16px 16px 12px; }"
- "QFrame#editorPage { background-color: white; }"
"QLabel { font-weight: bold; }"
));
editorPage->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed));