ui works now better with rename button

This commit is contained in:
2025-06-27 23:09:21 +02:00
parent c8d439d428
commit ddae246d46
3 changed files with 16 additions and 5 deletions

View File

@ -65,7 +65,7 @@ class AppConfig:
UI_CONFIG: Dict[str, Any] = {
"window_title": "",
"window_title2": "LogViewer",
"window_size": (558, 450),
"window_size": (590, 450),
"font_family": "Ubuntu",
"font_size": 11,
"resizable_window": (True, True),