Compare commits
4 Commits
bba9c406b7
...
main
Author | SHA1 | Date | |
---|---|---|---|
e5dc403058 | |||
6faf65ad08 | |||
bdf77fd45c | |||
0d694adc2d |
Binary file not shown.
@@ -58,12 +58,17 @@ class AppConfig:
|
|||||||
# UI configuration
|
# UI configuration
|
||||||
UI_CONFIG: Dict[str, Any] = {
|
UI_CONFIG: Dict[str, Any] = {
|
||||||
"window_title2": "LogViewer",
|
"window_title2": "LogViewer",
|
||||||
"window_size": (595, 460),
|
"window_size": (590, 460),
|
||||||
"font_family": "Ubuntu",
|
"font_family": "Ubuntu",
|
||||||
"font_size": 11,
|
"font_size": 11,
|
||||||
"resizable_window": (True, True),
|
"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-dependent paths
|
||||||
SYSTEM_PATHS: Dict[str, Path] = {
|
SYSTEM_PATHS: Dict[str, Path] = {
|
||||||
"tcl_path": "/usr/share/TK-Themes",
|
"tcl_path": "/usr/share/TK-Themes",
|
||||||
|
Reference in New Issue
Block a user