diff --git a/components/MenuButton.qml b/components/MenuButton.qml index 95790662..50238bd8 100644 --- a/components/MenuButton.qml +++ b/components/MenuButton.qml @@ -36,7 +36,7 @@ Rectangle { property alias symbol: symbolText.text signal clicked() - height: 64 + height: (appWindow.height >= 800) ? 64 : 60 color: checked ? "#FFFFFF" : "#1C1C1C" Item {