mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:29:02 +08:00
LicenseDialog layout tweaking
CURA-7129
This commit is contained in:
parent
b3812a3630
commit
2f3cf3c493
@ -27,6 +27,7 @@ UM.Dialog
|
||||
ColumnLayout
|
||||
{
|
||||
anchors.fill: parent
|
||||
spacing: UM.Theme.getSize("thick_margin").height
|
||||
|
||||
UM.I18nCatalog{id: catalog; name: "cura"}
|
||||
|
||||
@ -45,7 +46,8 @@ UM.Dialog
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
height: childrenRect.height
|
||||
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
leftPadding: UM.Theme.getSize("narrow_margin").width
|
||||
|
||||
Image
|
||||
{
|
||||
@ -61,6 +63,7 @@ UM.Dialog
|
||||
{
|
||||
id: packageName
|
||||
text: licenseModel.packageName
|
||||
font.bold: true
|
||||
anchors.verticalCenter: icon.verticalCenter
|
||||
height: contentHeight
|
||||
wrapMode: Text.Wrap
|
||||
|
Loading…
x
Reference in New Issue
Block a user