mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 00:45:13 +08:00
Change margins
CURA-10561
This commit is contained in:
parent
bdb7444afa
commit
366004cdc1
@ -63,7 +63,7 @@ UM.Dialog
|
|||||||
// Reusable component to display a dependency
|
// Reusable component to display a dependency
|
||||||
readonly property Component dependency_row: RowLayout
|
readonly property Component dependency_row: RowLayout
|
||||||
{
|
{
|
||||||
spacing: UM.Theme.getSize("narrow_margin").width
|
spacing: UM.Theme.getSize("default_margin").width
|
||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
{
|
{
|
||||||
@ -76,7 +76,7 @@ UM.Dialog
|
|||||||
}
|
}
|
||||||
visible: text !== ""
|
visible: text !== ""
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: 2
|
Layout.preferredWidth: 1
|
||||||
onLinkActivated: Qt.openUrlExternally(url)
|
onLinkActivated: Qt.openUrlExternally(url)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ UM.Dialog
|
|||||||
text: description
|
text: description
|
||||||
visible: text !== ""
|
visible: text !== ""
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: 3
|
Layout.preferredWidth: 2
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
@ -93,7 +93,7 @@ UM.Dialog
|
|||||||
text: license
|
text: license
|
||||||
visible: text !== ""
|
visible: text !== ""
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: 2
|
Layout.preferredWidth: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
@ -101,7 +101,7 @@ UM.Dialog
|
|||||||
text: version
|
text: version
|
||||||
visible: text !== ""
|
visible: text !== ""
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: 2
|
Layout.preferredWidth: 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ UM.Dialog
|
|||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
id: content
|
id: content
|
||||||
spacing: UM.Theme.getSize("narrow_margin").width
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
@ -251,6 +251,7 @@ UM.Dialog
|
|||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
visible: !showDefaultDependencies
|
visible: !showDefaultDependencies
|
||||||
|
|
||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
delegate: Loader
|
delegate: Loader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user