mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Improve licenses display
CURA-12400
This commit is contained in:
parent
a664c34803
commit
b26e70aa09
1 changed files with 1 additions and 2 deletions
|
@ -19,9 +19,7 @@ UM.Dialog
|
|||
// Flag to toggle between main dependencies information and extensive dependencies information
|
||||
property bool showDefaultDependencies: true
|
||||
|
||||
minimumWidth: 500 * screenScaleFactor
|
||||
minimumHeight: 700 * screenScaleFactor
|
||||
width: minimumWidth
|
||||
height: minimumHeight
|
||||
|
||||
backgroundColor: UM.Theme.getColor("main_background")
|
||||
|
@ -172,6 +170,7 @@ UM.Dialog
|
|||
{
|
||||
visible: showDefaultDependencies
|
||||
width: parent.width
|
||||
spacing: UM.Theme.getSize("narrow_margin").height
|
||||
|
||||
Repeater
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue