mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 05:14:00 +02:00
Revert button gradients, it looks rather ugly, was just an experiment
This commit is contained in:
parent
f5ffeeae97
commit
be74f723d2
1 changed files with 1 additions and 16 deletions
|
@ -4,22 +4,7 @@ Rectangle {
|
||||||
id: rectangle1
|
id: rectangle1
|
||||||
width: 240
|
width: 240
|
||||||
height: 83
|
height: 83
|
||||||
gradient: Gradient {
|
|
||||||
GradientStop {
|
|
||||||
position: 0
|
|
||||||
color: "#888888"
|
|
||||||
}
|
|
||||||
|
|
||||||
GradientStop {
|
|
||||||
position: 0.5
|
|
||||||
color: "#000000"
|
color: "#000000"
|
||||||
}
|
|
||||||
|
|
||||||
GradientStop {
|
|
||||||
position: 1
|
|
||||||
color: "#888888"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
border.color: btnColor
|
border.color: btnColor
|
||||||
|
|
||||||
property string text: "Button"
|
property string text: "Button"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue