mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add extra space to printer button.
Contributes to CURA-5942.
This commit is contained in:
parent
a01ff9419d
commit
e2f85fcdc4
1 changed files with 3 additions and 1 deletions
|
|
@ -90,11 +90,13 @@ Cura.ExpandableComponent
|
|||
id: scroll
|
||||
width: parent.width
|
||||
clip: true
|
||||
leftPadding: UM.Theme.getSize("default_lining").width
|
||||
rightPadding: UM.Theme.getSize("default_lining").width
|
||||
|
||||
MachineSelectorList
|
||||
{
|
||||
// Can't use parent.width since the parent is the flickable component and not the ScrollView
|
||||
width: scroll.width
|
||||
width: scroll.width - scroll.leftPadding - scroll.rightPadding
|
||||
property real maximumHeight: UM.Theme.getSize("machine_selector_widget_content").height - buttonRow.height
|
||||
|
||||
onHeightChanged:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue