Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.delarago <joeydelarago@gmail.com>2022-03-14 18:14:57 +0300
committerj.delarago <joeydelarago@gmail.com>2022-03-14 18:14:57 +0300
commitff824b718c451e59ec0410dd6acdb1826b6fc2b9 (patch)
tree7de0d7f87f7334766ee170d9af69d2c1f6c8141c /resources/qml/Settings/SettingView.qml
parentc6326eff64323b5a4ab6da6532840042f78b3884 (diff)
Replace burger buttons with generic BurgerButton.qml component.
Move comment onto newline (Comments on the same line as component names break text folding) Update burger menu margins in SettingView to match design CURA-9007
Diffstat (limited to 'resources/qml/Settings/SettingView.qml')
-rw-r--r--resources/qml/Settings/SettingView.qml12
1 files changed, 2 insertions, 10 deletions
diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml
index ecafd25913..56588ca6ca 100644
--- a/resources/qml/Settings/SettingView.qml
+++ b/resources/qml/Settings/SettingView.qml
@@ -25,7 +25,6 @@ Item
top: parent.top
left: parent.left
right: settingVisibilityMenu.left
- rightMargin: UM.Theme.getSize("default_margin").width
}
height: UM.Theme.getSize("print_setup_big_item").height
@@ -142,22 +141,15 @@ Item
}
}
- UM.SimpleButton
+ UM.BurgerButton
{
id: settingVisibilityMenu
anchors
{
- top: filterContainer.top
- bottom: filterContainer.bottom
+ verticalCenter: filterContainer.verticalCenter
right: parent.right
- rightMargin: UM.Theme.getSize("wide_margin").width
}
- width: UM.Theme.getSize("medium_button_icon").width
- height: UM.Theme.getSize("medium_button_icon").height
- iconSource: UM.Theme.getIcon("Hamburger")
- hoverColor: UM.Theme.getColor("small_button_text_hover")
- color: UM.Theme.getColor("small_button_text")
onClicked:
{