mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Fixed some opengl 4.1 core vertex and fragment shaders, layerview anchor. CURA-3273
This commit is contained in:
parent
4bb8e1b025
commit
4659d8616e
3 changed files with 92 additions and 2 deletions
|
@ -174,7 +174,7 @@ Item
|
|||
ComboBox
|
||||
{
|
||||
id: layerTypeCombobox
|
||||
anchors.top: slider_background.bottom
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
model: layerViewTypes
|
||||
visible: !UM.LayerView.compatibilityMode
|
||||
|
@ -186,7 +186,7 @@ Item
|
|||
Label
|
||||
{
|
||||
id: compatibilityModeLabel
|
||||
anchors.top: slider_background.bottom
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
text: catalog.i18nc("@label","Compatibility mode")
|
||||
visible: UM.LayerView.compatibilityMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue