mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:28: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
|
||||
{
|
||||
padding: 0
|
||||
contentItem: Rectangle {
|
||||
leftPadding: UM.Theme.getSize("default_margin").width
|
||||
rightPadding: UM.Theme.getSize("default_margin").width
|
||||
contentItem: Rectangle
|
||||
{
|
||||
implicitHeight: UM.Theme.getSize("default_lining").height
|
||||
color: UM.Theme.getColor("setting_control_border")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user