mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Add radius to MessageStack progressbar for consistency
This commit is contained in:
parent
9a1a4d264e
commit
97359db2ae
@ -250,11 +250,13 @@ QtObject {
|
|||||||
background:Rectangle {
|
background:Rectangle {
|
||||||
implicitWidth: UM.Theme.sizes.message.width - (UM.Theme.sizes.default_margin.width * 2)
|
implicitWidth: UM.Theme.sizes.message.width - (UM.Theme.sizes.default_margin.width * 2)
|
||||||
implicitHeight: UM.Theme.sizes.progressbar.height
|
implicitHeight: UM.Theme.sizes.progressbar.height
|
||||||
|
radius: UM.Theme.sizes.progressbar_radius.width
|
||||||
color: UM.Theme.colors.progressbar_background
|
color: UM.Theme.colors.progressbar_background
|
||||||
}
|
}
|
||||||
progress: Rectangle {
|
progress: Rectangle {
|
||||||
color: control.indeterminate ? "transparent" : UM.Theme.colors.progressbar_control
|
color: control.indeterminate ? "transparent" : UM.Theme.colors.progressbar_control
|
||||||
Rectangle{
|
Rectangle{
|
||||||
|
radius: UM.Theme.sizes.progressbar_radius.width
|
||||||
color: UM.Theme.colors.progressbar_control
|
color: UM.Theme.colors.progressbar_control
|
||||||
width: UM.Theme.sizes.progressbar_control.width
|
width: UM.Theme.sizes.progressbar_control.width
|
||||||
height: UM.Theme.sizes.progressbar_control.height
|
height: UM.Theme.sizes.progressbar_control.height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user