mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix some minor display issues for simulation view
CURA-5785
This commit is contained in:
parent
7a8522ce72
commit
bf8a04fa40
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,6 @@ Cura.ExpandableComponent
|
|||
id: layerViewTypesLabel
|
||||
text: catalog.i18nc("@label", "Color scheme")
|
||||
font: UM.Theme.getFont("default")
|
||||
visible: !UM.SimulationView.compatibilityMode
|
||||
color: UM.Theme.getColor("setting_control_text")
|
||||
height: base.height
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
@ -273,6 +272,7 @@ Cura.ExpandableComponent
|
|||
text: catalog.i18nc("@label", "Only Show Top Layers")
|
||||
visible: UM.SimulationView.compatibilityMode
|
||||
style: UM.Theme.styles.checkbox
|
||||
width: parent.width
|
||||
}
|
||||
|
||||
CheckBox
|
||||
|
@ -280,6 +280,7 @@ Cura.ExpandableComponent
|
|||
checked: viewSettings.top_layer_count == 5
|
||||
onClicked: UM.Preferences.setValue("view/top_layer_count", checked ? 5 : 1)
|
||||
text: catalog.i18nc("@label", "Show 5 Detailed Layers On Top")
|
||||
width: parent.width
|
||||
visible: UM.SimulationView.compatibilityMode
|
||||
style: UM.Theme.styles.checkbox
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue