mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
adapts the sizes between buttons etc
fixes: issue CURA-194
This commit is contained in:
parent
c352c6f369
commit
d6793bc197
4 changed files with 8 additions and 7 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue