mirror of
https://github.com/Wanderson-Magalhaes/PyOneDark_Qt_Widgets_Modern_GUI.git
synced 2026-02-17 07:53:57 +00:00
30 lines
606 B
JSON
30 lines
606 B
JSON
{
|
|
"app_name": "PyOneDark - Modern GUI",
|
|
"version" : "v1.0.0",
|
|
"copyright" : "By: Wanderson M. Pimenta",
|
|
"year" : 2021,
|
|
"custom_title_bar": true,
|
|
"startup_size": [
|
|
1200,
|
|
720
|
|
],
|
|
"minimum_size": [
|
|
960,
|
|
540
|
|
],
|
|
"lef_menu_size" : {
|
|
"minimum" : 50,
|
|
"maximum" : 240
|
|
},
|
|
"left_menu_content_margins" : 3,
|
|
"lef_column_size" : {
|
|
"minimum" : 240,
|
|
"maximum" : 240
|
|
},
|
|
"theme_name" : "default",
|
|
"font" : {
|
|
"family" : "Segoe UI",
|
|
"title_size" : 10,
|
|
"text_size" : 9
|
|
}
|
|
} |