Revert button gradients, it looks rather ugly, was just an experiment

This commit is contained in:
Petr Baudis 2013-02-10 15:01:37 +01:00
parent f5ffeeae97
commit be74f723d2

View file

@ -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"