mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 15:28:56 -07:00
Fix hiding topbar buttons in monitor stage
This commit is contained in:
parent
9702ffb794
commit
28c5debd61
1 changed files with 2 additions and 2 deletions
|
|
@ -220,7 +220,7 @@ Rectangle
|
||||||
id: viewOrientationControl
|
id: viewOrientationControl
|
||||||
height: 30
|
height: 30
|
||||||
spacing: 2
|
spacing: 2
|
||||||
visible: UM.Controller.activeStage.id != "MonitorStage"
|
visible: UM.Controller.activeStage.stageId != "MonitorStage"
|
||||||
|
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
|
|
@ -301,7 +301,7 @@ Rectangle
|
||||||
}
|
}
|
||||||
|
|
||||||
style: UM.Theme.styles.combobox
|
style: UM.Theme.styles.combobox
|
||||||
visible: UM.Controller.activeStage.id != "MonitorStage"
|
visible: UM.Controller.activeStage.stageId != "MonitorStage"
|
||||||
|
|
||||||
model: UM.ViewModel { }
|
model: UM.ViewModel { }
|
||||||
textRole: "name"
|
textRole: "name"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue