mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix preference category double name
This commit is contained in:
parent
b05954f99f
commit
be21cd7f7d
1 changed files with 1 additions and 14 deletions
|
|
@ -277,19 +277,6 @@ UM.PreferencesPage
|
||||||
font.italic: true
|
font.italic: true
|
||||||
}
|
}
|
||||||
|
|
||||||
Item
|
|
||||||
{
|
|
||||||
//: Spacer
|
|
||||||
height: UM.Theme.getSize("default_margin").height
|
|
||||||
width: UM.Theme.getSize("default_margin").width
|
|
||||||
}
|
|
||||||
|
|
||||||
Label
|
|
||||||
{
|
|
||||||
font.bold: true
|
|
||||||
text: catalog.i18nc("@label","Viewport behavior")
|
|
||||||
}
|
|
||||||
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
//: Spacer
|
//: Spacer
|
||||||
|
|
@ -313,7 +300,7 @@ UM.PreferencesPage
|
||||||
text: catalog.i18nc("@option:check","Slice automatically");
|
text: catalog.i18nc("@option:check","Slice automatically");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
//: Spacer
|
//: Spacer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue