mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Fix QML warnings
This commit is contained in:
parent
205b939b99
commit
a4a619370e
1 changed files with 0 additions and 3 deletions
|
|
@ -151,7 +151,6 @@ UM.PreferencesPage
|
||||||
{
|
{
|
||||||
id: languageLabel
|
id: languageLabel
|
||||||
text: catalog.i18nc("@label","Language:")
|
text: catalog.i18nc("@label","Language:")
|
||||||
anchors.verticalCenter: languageComboBox.verticalCenter
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ComboBox
|
ComboBox
|
||||||
|
|
@ -219,7 +218,6 @@ UM.PreferencesPage
|
||||||
{
|
{
|
||||||
id: currencyLabel
|
id: currencyLabel
|
||||||
text: catalog.i18nc("@label","Currency:")
|
text: catalog.i18nc("@label","Currency:")
|
||||||
anchors.verticalCenter: currencyField.verticalCenter
|
|
||||||
}
|
}
|
||||||
|
|
||||||
TextField
|
TextField
|
||||||
|
|
@ -233,7 +231,6 @@ UM.PreferencesPage
|
||||||
{
|
{
|
||||||
id: themeLabel
|
id: themeLabel
|
||||||
text: catalog.i18nc("@label","Theme:")
|
text: catalog.i18nc("@label","Theme:")
|
||||||
anchors.verticalCenter: themeComboBox.verticalCenter
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ComboBox
|
ComboBox
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue