autohide menu

This commit is contained in:
piotr
2021-04-21 12:53:19 +02:00
parent bd2aa7a5ae
commit 6c9f04db79
2 changed files with 5 additions and 1 deletions

View File

@@ -370,7 +370,8 @@ def main():
"position": panel["position"],
"alignment": "left",
"margin-left": 6,
"margin-bottom": 6
"margin-bottom": 6,
"autohide": True
}
ms = MenuStart(settings, icons_path=icons_path)
left_box.pack_start(ms, False, False, 0)