mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-07 21:04: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
|
||||
width: 240
|
||||
height: 83
|
||||
gradient: Gradient {
|
||||
GradientStop {
|
||||
position: 0
|
||||
color: "#888888"
|
||||
}
|
||||
|
||||
GradientStop {
|
||||
position: 0.5
|
||||
color: "#000000"
|
||||
}
|
||||
|
||||
GradientStop {
|
||||
position: 1
|
||||
color: "#888888"
|
||||
}
|
||||
}
|
||||
color: "#000000"
|
||||
border.color: btnColor
|
||||
|
||||
property string text: "Button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue