mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix size of print setup selector
CURA-9139
This commit is contained in:
parent
fc03d6dfd8
commit
965ecb744d
3 changed files with 3 additions and 7 deletions
|
@ -15,9 +15,8 @@ Item
|
|||
id: content
|
||||
|
||||
property int absoluteMinimumHeight: 200 * screenScaleFactor
|
||||
implicitWidth: UM.Theme.getSize("print_setup_widget").width - 2 * UM.Theme.getSize("default_margin").width
|
||||
implicitWidth: UM.Theme.getSize("print_setup_widget").width
|
||||
implicitHeight: contents.height + buttonRow.height
|
||||
|
||||
enum Mode
|
||||
{
|
||||
Recommended = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue