17/05/2021

This commit is contained in:
VFX - Visual Effects
2021-05-17 13:58:35 -03:00
parent 36037fa797
commit a5ce102b1a
15 changed files with 715 additions and 72 deletions

View File

@@ -18,5 +18,63 @@
"minimum" : 240,
"maximum" : 240
},
"add_menus" : [
{
"btn_icon" : "gui/images/svg_icons/icon_home.svg",
"btn_id" : "btn_home",
"btn_text" : "Home",
"btn_tooltip" : "Home page",
"show_top" : true,
"is_active" : false
},
{
"btn_icon" : "gui/images/svg_icons/icon_widgets.svg",
"btn_id" : "btn_widgets",
"btn_text" : "Open Widgets",
"btn_tooltip" : "Show custom widgets",
"show_top" : true,
"is_active" : false
},
{
"btn_icon" : "gui/images/svg_icons/icon_add_user.svg",
"btn_id" : "btn_add_user",
"btn_text" : "Add Users",
"btn_tooltip" : "Add users",
"show_top" : true,
"is_active" : false
},
{
"btn_icon" : "gui/images/svg_icons/icon_file.svg",
"btn_id" : "btn_new_file",
"btn_text" : "New File",
"btn_tooltip" : "Create new file",
"show_top" : true,
"is_active" : false
},
{
"btn_icon" : "gui/images/svg_icons/icon_folder_open.svg",
"btn_id" : "btn_open_file",
"btn_text" : "Open File",
"btn_tooltip" : "Open file",
"show_top" : true,
"is_active" : false
},
{
"btn_icon" : "gui/images/svg_icons/icon_save.svg",
"btn_id" : "btn_save",
"btn_text" : "Save File",
"btn_tooltip" : "Save file",
"show_top" : true,
"is_active" : false
},
{
"btn_icon" : "gui/images/svg_icons/icon_settings.svg",
"btn_id" : "btn_settings",
"btn_text" : "Settings",
"btn_tooltip" : "Open settings",
"show_top" : false,
"is_active" : false
}
],
"theme_name": "default"
}