mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:15:56 +08:00
Fix bug in monitor page
In commit b7fd75b2dd202f2516f9188e342eccc8a15ae6ab 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
@ -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…
x
Reference in New Issue
Block a user