adapts the sizes between buttons etc

fixes: issue CURA-194
This commit is contained in:
Tamara Hogenhout 2015-09-21 14:31:43 +02:00
parent c352c6f369
commit d6793bc197
4 changed files with 8 additions and 7 deletions

View file

@ -62,7 +62,7 @@ Rectangle {
Rectangle{
id: printJobRow
implicitWidth: base.width;
implicitHeight: UM.Theme.sizes.sidebar_header.height
implicitHeight: UM.Theme.sizes.save_button_header.height
anchors.top: parent.top
color: UM.Theme.colors.sidebar_header_bar
Label{