Improve licenses display

CURA-12400
This commit is contained in:
Erwan MATHIEU 2025-02-17 14:05:26 +01:00
parent a664c34803
commit b26e70aa09

View file

@ -19,9 +19,7 @@ UM.Dialog
// Flag to toggle between main dependencies information and extensive dependencies information // Flag to toggle between main dependencies information and extensive dependencies information
property bool showDefaultDependencies: true property bool showDefaultDependencies: true
minimumWidth: 500 * screenScaleFactor
minimumHeight: 700 * screenScaleFactor minimumHeight: 700 * screenScaleFactor
width: minimumWidth
height: minimumHeight height: minimumHeight
backgroundColor: UM.Theme.getColor("main_background") backgroundColor: UM.Theme.getColor("main_background")
@ -172,6 +170,7 @@ UM.Dialog
{ {
visible: showDefaultDependencies visible: showDefaultDependencies
width: parent.width width: parent.width
spacing: UM.Theme.getSize("narrow_margin").height
Repeater Repeater
{ {