2 Commits

Author SHA1 Message Date
6faf65ad08 fix about icon 2025-07-09 17:47:12 +02:00
0d694adc2d update size and german translate file 2025-07-09 17:02:36 +02:00
2 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@@ -58,12 +58,17 @@ class AppConfig:
# UI configuration
UI_CONFIG: Dict[str, Any] = {
"window_title2": "LogViewer",
"window_size": (595, 460),
"window_size": (590, 460),
"font_family": "Ubuntu",
"font_size": 11,
"resizable_window": (True, True),
}
# Images and icons paths
IMAGE_PATHS: Dict[str, Path] = {
"icon_log": "/usr/share/icons/lx-icons/48/log.png",
}
# System-dependent paths
SYSTEM_PATHS: Dict[str, Path] = {
"tcl_path": "/usr/share/TK-Themes",