summaryrefslogtreecommitdiff
path: root/tools/linguist/linguist
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-05 14:32:10 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-05 14:37:13 +0100
commitb0e4af35ec8ddb5e7bfa658f916fbf29caa5a550 (patch)
treec4d3a8f8224debaf80b708e164b84ff2ee5df364 /tools/linguist/linguist
parentf1603d5a8738b13e1c1402e29f393dfbdf079a25 (diff)
downloadqt4-tools-b0e4af35ec8ddb5e7bfa658f916fbf29caa5a550.tar.gz
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/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 91c88da9f8..4aeac8916a 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));