mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Fix bug in monitor page
In commit b7fd75b2dd
the component with id `printerTypeSelectorRow` was removed. As the `tabBar` element was anchored to this component the monitor page was broken. Fixed by anchoring to the component that was previously above `printerTypeSelectorRow`.
CURA-9665
This commit is contained in:
parent
836764a237
commit
2440730e23
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Item
|
|||
UM.TabRow
|
||||
{
|
||||
id: tabBar
|
||||
anchors.top: printerTypeSelectorRow.bottom
|
||||
anchors.top: header.bottom
|
||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||
visible: extrudersModel.count > 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue