Fix size of print setup selector

CURA-9139
This commit is contained in:
Jaime van Kessel 2022-04-19 16:42:43 +02:00
parent fc03d6dfd8
commit 965ecb744d
3 changed files with 3 additions and 7 deletions

View file

@ -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,