Reduce margins of options in the open file drop-down

This was a desire from the developer. It shouldn't be consistent with the printer selector. The margins being all the same is more important.

Contributes to issue CURA-8008.
This commit is contained in:
Ghostkeeper 2021-07-12 11:13:06 +02:00
parent 739f8834d0
commit 55bdb81e78
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -138,8 +138,8 @@ Item
model: prepareMenu.fileProviderModel
delegate: Button
{
leftPadding: UM.Theme.getSize("thick_margin").width
rightPadding: UM.Theme.getSize("thick_margin").width
leftPadding: UM.Theme.getSize("default_margin").width
rightPadding: UM.Theme.getSize("default_margin").width
width: contentItem.width + leftPadding + rightPadding
height: UM.Theme.getSize("action_button").height
hoverEnabled: true