Increase the size of the hamburger menu

CURA-8202
This commit is contained in:
Konstantinos Karmas 2021-07-01 09:49:48 +02:00
parent 0a2407e6ed
commit a996b631bb
2 changed files with 7 additions and 4 deletions

View file

@ -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 width: UM.Theme.getSize("medium_button_icon").width
height: UM.Theme.getSize("standard_arrow").height 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")

View file

@ -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": [2, 2],
"section_icon_column": [2.8, 0.0], "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],