WIP widget selection and cleanup

This commit is contained in:
2023-04-05 17:35:23 -05:00
parent d2b878722d
commit 4055076a44
12 changed files with 227 additions and 48 deletions

View File

@@ -75,8 +75,8 @@ class Settings(StartCheckMixin):
keybindings.configure(bindings)
self._main_window = None
self._main_window_w = 800
self._main_window_h = 600
self._main_window_w = 1200
self._main_window_h = 800
self._builder = None
self.PAINT_BG_COLOR = (0, 0, 0, 0.54)