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:
c.lamboo 2022-09-21 11:23:05 +02:00
parent 836764a237
commit 2440730e23

View file

@ -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