mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 16:16:00 +08:00
Add a small padding at the bottom
Otherwise the button is very close to the list of objects.
This commit is contained in:
parent
982f7085b3
commit
730564345b
@ -219,7 +219,7 @@ UM.MainWindow
|
|||||||
left: toolbar.right
|
left: toolbar.right
|
||||||
leftMargin: UM.Theme.getSize("default_margin").width
|
leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
rightMargin: UM.Theme.getSize("default_margin").width
|
rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
bottomMargin: UM.Theme.getSize("thin_margin").width
|
bottomMargin: UM.Theme.getSize("narrow_margin").height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,9 +17,10 @@ Item
|
|||||||
{
|
{
|
||||||
id: openCloseButton
|
id: openCloseButton
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: contentItem.height
|
height: contentItem.height + bottomPadding
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
padding: 0
|
padding: 0
|
||||||
|
bottomPadding: UM.Theme.getSize("narrow_margin").height / 2 | 0
|
||||||
|
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user