From 818c59a5a652a34c7234cef75445052ca4032d24 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 11 May 2017 11:46:48 +0200 Subject: remove round stuff from progressbar --- framework/qml/ProgressBar.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/ProgressBar.qml b/framework/qml/ProgressBar.qml index 12d4f0e9..a87641d3 100644 --- a/framework/qml/ProgressBar.qml +++ b/framework/qml/ProgressBar.qml @@ -24,14 +24,12 @@ T.ProgressBar { id: root background: Rectangle { color: Kube.Colors.backgroundColor - radius: 3 } contentItem: Item { Rectangle { width: root.visualPosition * root.width height: root.height - radius: 2 color: Kube.Colors.highlightColor } } -- cgit v1.2.3