Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
2a805a0d
Commit
2a805a0d
authored
Apr 12, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: unifying font sizes
parent
a217b752
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
View file @
2a805a0d
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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment