From 97359db2ae3b9a07ab499a819fb6eab5dcb18be6 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Tue, 1 Dec 2015 17:49:38 +0100 Subject: [PATCH] Add radius to MessageStack progressbar for consistency --- resources/themes/cura/styles.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/themes/cura/styles.qml b/resources/themes/cura/styles.qml index 0e1ec8c0cc..2d60c7b6ea 100644 --- a/resources/themes/cura/styles.qml +++ b/resources/themes/cura/styles.qml @@ -250,11 +250,13 @@ QtObject { background:Rectangle { implicitWidth: UM.Theme.sizes.message.width - (UM.Theme.sizes.default_margin.width * 2) implicitHeight: UM.Theme.sizes.progressbar.height + radius: UM.Theme.sizes.progressbar_radius.width color: UM.Theme.colors.progressbar_background } progress: Rectangle { color: control.indeterminate ? "transparent" : UM.Theme.colors.progressbar_control Rectangle{ + radius: UM.Theme.sizes.progressbar_radius.width color: UM.Theme.colors.progressbar_control width: UM.Theme.sizes.progressbar_control.width height: UM.Theme.sizes.progressbar_control.height