mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Fix monitoring sidebar top margin
This commit is contained in:
parent
f91a4db617
commit
71ae78f7b6
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ Rectangle
|
||||||
Loader
|
Loader
|
||||||
{
|
{
|
||||||
anchors.bottom: footerSeparator.top
|
anchors.bottom: footerSeparator.top
|
||||||
anchors.top: headerSeparator.bottom
|
anchors.top: monitoringPrint ? base.top : headerSeparator.bottom
|
||||||
anchors.left: base.left
|
anchors.left: base.left
|
||||||
anchors.right: base.right
|
anchors.right: base.right
|
||||||
source:
|
source:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue