changes to menus.

changes to menus, themes and submixes merged into layout

minsize reduced from 400 to 275.

path version bump

changelog updated.
This commit is contained in:
onyx-and-iris
2022-05-06 13:35:31 +01:00
parent 24c97964b2
commit 69eed318c9
4 changed files with 40 additions and 32 deletions

View File

@@ -99,7 +99,7 @@ class App(tk.Tk):
self.iconbitmap(Path(__file__).parent.resolve() / "img" / "cat.ico")
self.minsize(400, False)
self.minsize(275, False)
@property
def target(self):