From be74f723d20c2eea52fcfc75ad9fe74cdeb39866 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 10 Feb 2013 15:01:37 +0100 Subject: [PATCH] Revert button gradients, it looks rather ugly, was just an experiment --- brmbar3/brmbar-gui-qt4/BarButton.qml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/brmbar3/brmbar-gui-qt4/BarButton.qml b/brmbar3/brmbar-gui-qt4/BarButton.qml index 48971ff..8718312 100644 --- a/brmbar3/brmbar-gui-qt4/BarButton.qml +++ b/brmbar3/brmbar-gui-qt4/BarButton.qml @@ -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"