mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:55:59 +08:00
Add left & right padding for MenuSeperator
CURA-8928
This commit is contained in:
parent
c3745b42b6
commit
b79c77cb33
@ -11,8 +11,10 @@ import UM 1.1 as UM
|
|||||||
//
|
//
|
||||||
MenuSeparator
|
MenuSeparator
|
||||||
{
|
{
|
||||||
padding: 0
|
leftPadding: UM.Theme.getSize("default_margin").width
|
||||||
contentItem: Rectangle {
|
rightPadding: UM.Theme.getSize("default_margin").width
|
||||||
|
contentItem: Rectangle
|
||||||
|
{
|
||||||
implicitHeight: UM.Theme.getSize("default_lining").height
|
implicitHeight: UM.Theme.getSize("default_lining").height
|
||||||
color: UM.Theme.getColor("setting_control_border")
|
color: UM.Theme.getColor("setting_control_border")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user