mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:39:01 +08:00
PR comments
CURA-11003
This commit is contained in:
parent
1457569aeb
commit
a3911bdbfa
@ -98,7 +98,7 @@ Item
|
|||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
id: background
|
id: background
|
||||||
color: UM.Theme.getColor("main_background")
|
color: UM.Theme.getColor("main_background")
|
||||||
radius: 2
|
radius: UM.Theme.getSize("default_radius").width
|
||||||
border.color: UM.Theme.getColor("primary_button")
|
border.color: UM.Theme.getColor("primary_button")
|
||||||
}
|
}
|
||||||
height: UM.Theme.getSize("small_button_icon").height * 2
|
height: UM.Theme.getSize("small_button_icon").height * 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user