mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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
|
||||
{
|
||||
id: menu
|
||||
topPadding: UM.Theme.getSize("narrow_margin").height
|
||||
bottomPadding: UM.Theme.getSize("narrow_margin").height
|
||||
padding: 0
|
||||
|
||||
implicitWidth: UM.Theme.getSize("menu").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue