Skip to content

Commit

Permalink
taddon_list: cleanup and progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 11, 2016
1 parent 80bd888 commit cd84293
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 315 deletions.
15 changes: 9 additions & 6 deletions data/gui/default/window/addon_list.cfg
Expand Up @@ -60,7 +60,7 @@
border_size = 5

[label]
definition = "default"
definition = "gold_small"
linked_group = "version"
label = _ "Version"
[/label]
Expand Down Expand Up @@ -114,7 +114,7 @@
horizontal_grow = "true"

[toggle_button]
id = "sort_size"
id = "sort_type"
definition = "listbox_header"
linked_group = "type"

Expand Down Expand Up @@ -897,7 +897,8 @@
horizontal_alignment = "center"

[button]
id = "ok"
id = "install"
return_value_id = "ok"
definition = "large"

label = "Install"
Expand All @@ -912,7 +913,8 @@
horizontal_alignment = "center"

[button]
id = "ok"
id = "uninstall"
return_value_id = "ok"
definition = "large"

label = "Uninstall"
Expand Down Expand Up @@ -1145,7 +1147,8 @@

[column]
horizontal_grow = "true"

vertical_grow = "true"

[grid]

[row]
Expand All @@ -1154,7 +1157,7 @@
[column]
grow_factor = 0
horizontal_grow = "true"
vertical_alignment = "top"
vertical_grow = "true"

{_GUI_ADDON_LIST_SECTION}

Expand Down

0 comments on commit cd84293

Please sign in to comment.