mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Add left & right padding for MenuSeperator
CURA-8928
This commit is contained in:
parent
c3745b42b6
commit
b79c77cb33
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue