mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Height based on implicitHeight/implicitWidth now.
Removed redundant code. CURA-8640
This commit is contained in:
parent
804a607b75
commit
3dc67f387f
2 changed files with 2 additions and 25 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue