Height based on implicitHeight/implicitWidth now.

Removed redundant code.

CURA-8640
This commit is contained in:
j.delarago 2022-04-01 11:12:30 +02:00
parent 804a607b75
commit 3dc67f387f
2 changed files with 2 additions and 25 deletions

View file

@ -15,9 +15,8 @@ Item
id: content
property int absoluteMinimumHeight: 200 * screenScaleFactor
width: UM.Theme.getSize("print_setup_widget").width - 2 * UM.Theme.getSize("default_margin").width
height: contents.height + buttonRow.height
implicitWidth: UM.Theme.getSize("print_setup_widget").width - 2 * UM.Theme.getSize("default_margin").width
implicitHeight: contents.height + buttonRow.height
enum Mode
{