mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-20 04:39:38 +08:00
Improve licenses display
CURA-12400
This commit is contained in:
parent
a664c34803
commit
b26e70aa09
@ -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…
x
Reference in New Issue
Block a user