mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 21:31:15 -07:00
Add padding to menu
CURA-8928
This commit is contained in:
parent
b0d944f92d
commit
85926c6f7a
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ import Cura 1.0 as Cura
|
||||||
UM.Menu
|
UM.Menu
|
||||||
{
|
{
|
||||||
id: menu
|
id: menu
|
||||||
|
topPadding: UM.Theme.getSize("narrow_margin").height
|
||||||
|
bottomPadding: UM.Theme.getSize("narrow_margin").height
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
||||||
implicitWidth: UM.Theme.getSize("menu").width
|
implicitWidth: UM.Theme.getSize("menu").width
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue