Browse Source

Increase the size of the hamburger menu

CURA-8202
Konstantinos Karmas 3 years ago
parent
commit
a996b631bb

+ 2 - 2
resources/qml/Settings/SettingView.qml

@@ -194,8 +194,8 @@ Item
                 {
                 {
                     anchors.verticalCenter: parent.verticalCenter
                     anchors.verticalCenter: parent.verticalCenter
                     anchors.horizontalCenter: parent.horizontalCenter
                     anchors.horizontalCenter: parent.horizontalCenter
-                    width: UM.Theme.getSize("standard_arrow").width
-                    height: UM.Theme.getSize("standard_arrow").height
+                    width: UM.Theme.getSize("medium_button_icon").width
+                    height: UM.Theme.getSize("medium_button_icon").height
                     sourceSize.width: width
                     sourceSize.width: width
                     sourceSize.height: height
                     sourceSize.height: height
                     color: control.hovered ? UM.Theme.getColor("small_button_text_hover") : UM.Theme.getColor("small_button_text")
                     color: control.hovered ? UM.Theme.getColor("small_button_text_hover") : UM.Theme.getColor("small_button_text")

+ 5 - 2
resources/themes/cura-light/theme.json

@@ -507,8 +507,8 @@
 
 
         "section": [0.0, 2],
         "section": [0.0, 2],
         "section_control": [0, 1],
         "section_control": [0, 1],
-        "section_icon": [1.6, 1.6],
-        "section_icon_column": [2.8, 0.0],
+        "section_icon": [2, 2],
+        "section_icon_column": [2.5, 2.5],
         "rating_star": [1.0, 1.0],
         "rating_star": [1.0, 1.0],
 
 
         "setting": [25.0, 1.8],
         "setting": [25.0, 1.8],
@@ -540,6 +540,9 @@
         "small_button": [2, 2],
         "small_button": [2, 2],
         "small_button_icon": [1.5, 1.5],
         "small_button_icon": [1.5, 1.5],
 
 
+        "medium_button": [2.5, 2.5],
+        "medium_button_icon": [2, 2],
+
         "favorites_row": [2, 2],
         "favorites_row": [2, 2],
         "favorites_button": [2, 2],
         "favorites_button": [2, 2],
         "favorites_button_icon": [1.2, 1.2],
         "favorites_button_icon": [1.2, 1.2],