Addons Manager: UI improvements and added a background (higher res version pending)
This commit is contained in:
parent
2e43bebfa8
commit
2f5affc2ec
2 changed files with 56 additions and 28 deletions
|
@ -705,12 +705,29 @@
|
|||
[/grid]
|
||||
#enddef
|
||||
|
||||
[window_definition]
|
||||
id = "addon_manager"
|
||||
description = "A simple window without border decorations and the ability to set a custom background."
|
||||
|
||||
{_GUI_RESOLUTION_BORDERLESS_BASE () 10 13 (
|
||||
[image]
|
||||
x = 0
|
||||
y = 0
|
||||
w = "(width)"
|
||||
h = "(height)"
|
||||
|
||||
# TODO: this should be generated with IPFs once we get a gradient function
|
||||
name = "dialogs/addon_manager_bg.jpg"
|
||||
[/image]
|
||||
)}
|
||||
[/window_definition]
|
||||
|
||||
[window]
|
||||
id = "addon_manager"
|
||||
description = "Addon selection dialog."
|
||||
|
||||
[resolution]
|
||||
definition = "borderless"
|
||||
definition = "addon_manager"
|
||||
|
||||
{GUI_WINDOW_FULLSCREEN}
|
||||
|
||||
|
@ -760,52 +777,63 @@
|
|||
|
||||
[/row]
|
||||
|
||||
{GUI_HORIZONTAL_SPACER_LINE}
|
||||
#{GUI_HORIZONTAL_SPACER_LINE}
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
||||
[grid]
|
||||
[panel]
|
||||
definition = "box_display_no_blur_no_border"
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
||||
[addon_list]
|
||||
id = "addons"
|
||||
definition = "default"
|
||||
install_status_visibility = "visible"
|
||||
install_buttons_visibility = "visible"
|
||||
[/addon_list]
|
||||
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
[row]
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
||||
{_GUI_ADDON_DETAILS_SECTION}
|
||||
[column]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border_size = 10
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
||||
[/column]
|
||||
[addon_list]
|
||||
id = "addons"
|
||||
definition = "default"
|
||||
install_status_visibility = "visible"
|
||||
install_buttons_visibility = "visible"
|
||||
[/addon_list]
|
||||
|
||||
[/row]
|
||||
[/column]
|
||||
|
||||
[/grid]
|
||||
[column]
|
||||
grow_factor = 1
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
||||
{_GUI_ADDON_DETAILS_SECTION}
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[/grid]
|
||||
|
||||
[/panel]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
{GUI_HORIZONTAL_SPACER_LINE}
|
||||
#{GUI_HORIZONTAL_SPACER_LINE}
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
|
BIN
images/dialogs/addon_manager_bg.jpg
Normal file
BIN
images/dialogs/addon_manager_bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Loading…
Add table
Reference in a new issue