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.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.height: height
color: control.hovered ? UM.Theme.getColor("small_button_text_hover") : UM.Theme.getColor("small_button_text")