mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:36:01 +08:00
Fix hiding topbar buttons in monitor stage
This commit is contained in:
parent
9702ffb794
commit
28c5debd61
@ -220,7 +220,7 @@ Rectangle
|
||||
id: viewOrientationControl
|
||||
height: 30
|
||||
spacing: 2
|
||||
visible: UM.Controller.activeStage.id != "MonitorStage"
|
||||
visible: UM.Controller.activeStage.stageId != "MonitorStage"
|
||||
|
||||
anchors
|
||||
{
|
||||
@ -301,7 +301,7 @@ Rectangle
|
||||
}
|
||||
|
||||
style: UM.Theme.styles.combobox
|
||||
visible: UM.Controller.activeStage.id != "MonitorStage"
|
||||
visible: UM.Controller.activeStage.stageId != "MonitorStage"
|
||||
|
||||
model: UM.ViewModel { }
|
||||
textRole: "name"
|
||||
|
Loading…
x
Reference in New Issue
Block a user