Fix the location of the simulation slider label

CURA-5829
This commit is contained in:
Jaime van Kessel 2018-10-31 10:30:11 +01:00
parent 3fc399a644
commit 15f586ffae
3 changed files with 11 additions and 11 deletions

View file

@ -13,7 +13,7 @@ def getMetaData():
return {
"view": {
"name": catalog.i18nc("@item:inlistbox", "Layer view"),
"weight": 2
"weight": 0
}
}