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
Tobias Hunger
qt-creator
Commits
a2d44959
Commit
a2d44959
authored
Jan 29, 2010
by
Nigel Hietala
Browse files
Fixed border issue with property pane tab
parent
a49f313c
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css
View file @
a2d44959
...
...
@@ -12,7 +12,7 @@ QPushButton {
}
QPushButton
:hover
{
border
:
none
;
/*
no border for a flat push button */
/*
border: none; no border for a flat push button */
background-color
:
qlineargradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
0
#3c3c3c
,
stop
:
1
#666666
);
...
...
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