From 2a805a0d41e1cf3193d299072e5d2ce8482fffcb Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Mon, 12 Apr 2010 13:18:15 +0200 Subject: [PATCH] QmlDesigner.propertyEditor: unifying font sizes --- .../qmldesigner/propertyeditor/Qt/propertyEditor.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css index d38079ec971..e228fecf998 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css @@ -1,11 +1,11 @@ QFrame, QSpinBox { background-color: #4f4f4f; + font-size: 11px; } QFrame { - border-radius: 0px; - font-size: 11px + border-radius: 0px; } WidgetFrame { @@ -44,6 +44,7 @@ QGroupBox QLineEdit { color: white; + font-size: 11px; border: 2px solid #0F0F0F; border-radius: 6px; border-width: 1; @@ -56,6 +57,7 @@ QLineEdit QPlainTextEdit { border: 2px solid #0F0F0F; + font-size: 11px; border-radius: 6px; color: white; padding: 8 8px; @@ -202,6 +204,7 @@ QPushButton, QComboBox[editable="false"], QComboBox[editable="true"] { border-image: url(:/qmldesigner/images/combobox-normal.png) 4; border-width: 3; + font-size: 11px; } QPushButton:hover, QComboBox[editable="false"]:hover, -- GitLab