Commit b0e4af35ec8ddb5e7bfa658f916fbf29caa5a550

  • avatar
  • Oswald Buddenhagen <oswald.buddenhagen @no…a.com>
  • Fri Feb 05 13:37:13 GMT 2010
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
tools/linguist/linguist/messageeditor.cpp
(0 / 4)
  
135135void MessageEditor::setupEditorPage()
136136{
137137 QFrame *editorPage = new QFrame;
138 editorPage->setObjectName(QLatin1String("editorPage"));
139138
140139 editorPage->setStyleSheet(QLatin1String(
141 "QFrame#editorPage { border-image: url(:/images/transbox.png) 12 16 16 12 repeat;"
142 " border-width: 12px 16px 16px 12px; }"
143 "QFrame#editorPage { background-color: white; }"
144140 "QLabel { font-weight: bold; }"
145141 ));
146142 editorPage->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed));

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment