mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06: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
|
||||
{
|
||||
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…
Add table
Add a link
Reference in a new issue