Skip to content
GitLab
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
2845191c
Commit
2845191c
authored
Jan 20, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.PropertyEditor: styling of slider
parent
ce15c744
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
View file @
2845191c
...
...
@@ -406,4 +406,20 @@ QMenu::separator {
selection-background-color
:
#d2d2d2
;
selection-color
:
#404040
;
}
QSlider
::groove:horizontal
{
height
:
8px
;
border
:
2px
solid
#0F0F0F
;
border-radius
:
6px
;
background
:
qlineargradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
0
#2c2c2c
,
stop
:
1
#333333
);
margin
:
5px
0
;
}
QSlider
::handle:horizontal
{
border
:
2px
solid
#1B1B1B
;
border-image
:
url(:/qmldesigner/images/pushbutton.png)
3
;
width
:
6px
;
margin
:
0px
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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