update size x and y

This commit is contained in:
2025-07-09 11:10:09 +02:00
parent 703d2dfc4a
commit 6242dd7b0d

View File

@ -58,7 +58,7 @@ class AppConfig:
# UI configuration
UI_CONFIG: Dict[str, Any] = {
"window_title2": "LogViewer",
"window_size": (590, 450),
"window_size": (595, 460),
"font_family": "Ubuntu",
"font_size": 11,
"resizable_window": (True, True),