mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
Remove deprecated use of theme sizes from UM2 upgrades wizard
CURA-91
This commit is contained in:
parent
d172a98ae4
commit
b5c90d67d0
1 changed files with 4 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ Item
|
||||||
{
|
{
|
||||||
id: pageDescription
|
id: pageDescription
|
||||||
anchors.top: pageTitle.bottom
|
anchors.top: pageTitle.bottom
|
||||||
anchors.topMargin: UM.Theme.sizes.default_margin.height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
width: parent.width
|
width: parent.width
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
text: catalog.i18nc("@label","To assist you in having better default settings for your Ultimaker. Cura would like to know which upgrades you have in your machine:")
|
text: catalog.i18nc("@label","To assist you in having better default settings for your Ultimaker. Cura would like to know which upgrades you have in your machine:")
|
||||||
|
|
@ -64,10 +64,10 @@ Item
|
||||||
id: pageCheckboxes
|
id: pageCheckboxes
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.sizes.default_margin.width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
anchors.top: pageDescription.bottom
|
anchors.top: pageDescription.bottom
|
||||||
anchors.topMargin: UM.Theme.sizes.default_margin.height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
width: parent.width - UM.Theme.sizes.default_margin.width
|
width: parent.width - UM.Theme.getSize("default_margin").width
|
||||||
CheckBox
|
CheckBox
|
||||||
{
|
{
|
||||||
id: hotendCheckBox
|
id: hotendCheckBox
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue