Fix preference category double name

This commit is contained in:
Mark 2017-05-01 13:25:13 +02:00
parent b05954f99f
commit be21cd7f7d

View File

@ -284,19 +284,6 @@ UM.PreferencesPage
width: UM.Theme.getSize("default_margin").width width: UM.Theme.getSize("default_margin").width
} }
Label
{
font.bold: true
text: catalog.i18nc("@label","Viewport behavior")
}
Item
{
//: Spacer
height: UM.Theme.getSize("default_margin").height
width: UM.Theme.getSize("default_margin").width
}
UM.TooltipArea UM.TooltipArea
{ {
width: childrenRect.width; width: childrenRect.width;