mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -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
|
// 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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue