Increase sidebar width and set the right viewport size

This commit is contained in:
Arjen Hiemstra 2015-09-12 20:02:31 +02:00
parent fa9ab24959
commit 14dd919ade
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ UM.MainWindow
//: Cura application window title //: Cura application window title
title: catalog.i18nc("@title:window","Cura"); title: catalog.i18nc("@title:window","Cura");
viewportRect: Qt.rect(0, 0, (base.width - sidebar.width) / base.width, 1.0)
Item Item
{ {

View file

@ -156,7 +156,7 @@
"loadfile_button": [11.0, 2.4], "loadfile_button": [11.0, 2.4],
"loadfile_margin": [0.8, 0.4], "loadfile_margin": [0.8, 0.4],
"sidebar": [24.0, 10.0], "sidebar": [27.0, 10.0],
"sidebar_header": [0.0, 3.2], "sidebar_header": [0.0, 3.2],
"sidebar_setup": [0.0, 2.8], "sidebar_setup": [0.0, 2.8],
"sidebar_subParts": [0.0, 2.4], "sidebar_subParts": [0.0, 2.4],