Change ordering of some items in general page

As per design

CURA-8949
This commit is contained in:
Jaime van Kessel 2022-02-21 10:19:02 +01:00
parent 8b987d9537
commit ec407a81d3

View file

@ -170,7 +170,7 @@ UM.PreferencesPage
UM.Label
{
id: languageLabel
text: "Language:" //Don't translate this, to make it easier to find the language drop-down if you can't read the current language.
text: "Language*:" //Don't translate this, to make it easier to find the language drop-down if you can't read the current language.
}
ListModel
@ -262,7 +262,7 @@ UM.PreferencesPage
UM.Label
{
id: themeLabel
text: catalog.i18nc("@label","Theme:")
text: catalog.i18nc("@label: Please keep the asterix, it's to indicate that a restart is needed.", "Theme*:")
}
ListModel
@ -303,23 +303,6 @@ UM.PreferencesPage
}
}
UM.Label
{
id: languageCaption
//: Language change warning
text: catalog.i18nc("@label", "You will need to restart the application for these changes to have effect.")
wrapMode: Text.WordWrap
font.italic: true
}
Item
{
//: Spacer
height: UM.Theme.getSize("default_margin").height
width: UM.Theme.getSize("default_margin").width
}
UM.TooltipArea
{
width: childrenRect.width;
@ -337,6 +320,16 @@ UM.PreferencesPage
}
}
UM.Label
{
id: languageCaption
//: Language change warning
text: catalog.i18nc("@label", "*You will need to restart the application for these changes to have effect.")
wrapMode: Text.WordWrap
font.italic: true
}
Item
{
//: Spacer