Skip to content
Snippets Groups Projects
Commit 57bb98b6 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

welcome screen: remove whitespace

parent 99fb2916
No related branches found
No related tags found
No related merge requests found
...@@ -142,11 +142,11 @@ background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 ...@@ -142,11 +142,11 @@ background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QToolButton { <string notr="true">QToolButton {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0.0, y2: 1.0, background-color: qlineargradient(x1: 0, y1: 0, x2: 0.0, y2: 1.0,
stop: 0 #777777, stop: 0 #777777,
stop: 0.4 #606060, stop: 0.4 #606060,
stop: 0.401 #575757, stop: 0.401 #575757,
stop: 1 #333333); stop: 1 #333333);
border: 0px solid black; border: 0px solid black;
border-top: 1px solid black; border-top: 1px solid black;
border-bottom: 1px solid black; border-bottom: 1px solid black;
...@@ -154,20 +154,20 @@ background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 ...@@ -154,20 +154,20 @@ background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0
} }
QToolButton:hover { QToolButton:hover {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0.0, y2: 1.0, background-color: qlineargradient(x1: 0, y1: 0, x2: 0.0, y2: 1.0,
stop: 0 #808080, stop: 0 #808080,
stop: 0.4 #707070, stop: 0.4 #707070,
stop: 0.401 #606060, stop: 0.401 #606060,
stop: 1 #333333); stop: 1 #333333);
} }
QToolButton:checked { QToolButton:checked {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0.0, y2: 1.0, background-color: qlineargradient(x1: 0, y1: 0, x2: 0.0, y2: 1.0,
stop: 0 #ffffff, stop: 0 #ffffff,
stop: 0.4 #eeeeee, stop: 0.4 #eeeeee,
stop: 0.401 #dddddd, stop: 0.401 #dddddd,
stop: 1 #cccccc); stop: 1 #cccccc);
color: black; color: black;
border-top: 1px solid #606060; border-top: 1px solid #606060;
border-bottom: 1px solid #404040; border-bottom: 1px solid #404040;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment