Skip to content

Commit

Permalink
taddon_list: more layout progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 11, 2016
1 parent 4b2e721 commit 80bd888
Showing 1 changed file with 66 additions and 56 deletions.
122 changes: 66 additions & 56 deletions data/gui/default/window/addon_list.cfg
Expand Up @@ -466,6 +466,7 @@
[/row]

[row]
grow_factor = 1

[column]
border = "all"
Expand All @@ -486,7 +487,7 @@
[/row]

[row]
grow_factor = 1
grow_factor = 0

[column]
horizontal_grow = "true"
Expand Down Expand Up @@ -682,41 +683,7 @@

[/row]

[row]
grow_factor = 0

[column]
grow_factor = 1
border = "all"
border_size = 10
horizontal_grow = true
vertical_alignment = "bottom"

[drawing]
definition = "default"

width = (width)
height = 1

[draw]

[line]
x1 = 0
y1 = 0
x2 = (width - 1)
y2 = 0

color = {GUI__FONT_COLOR_DISABLED__DEFAULT}
thickness = 1
[/line]

[/draw]

[/drawing]

[/column]

[/row]
{GUI_HORIZONTAL_SPACER_LINE}

[row]

Expand Down Expand Up @@ -903,6 +870,64 @@

[/row]

[row]
[column]
[spacer]
height = 10
[/spacer]
[/column]
[/row]

[row]
grow_factor = 0

[column]
horizontal_grow = "true"
vertical_alignment = "bottom"

[grid]

[row]
grow_factor = 1

[column]
grow_factor = 1
border = "all"
border_size = 5
horizontal_alignment = "center"

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

label = "Install"
[/button]

[/column]

[column]
grow_factor = 1
border = "all"
border_size = 5
horizontal_alignment = "center"

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

label = "Uninstall"
[/button]

[/column]

[/row]

[/grid]

[/column]

[/row]

[/grid]

[/column]
Expand Down Expand Up @@ -1152,22 +1177,7 @@

[/row]

[row]

[column]
border = "all"
border_size = 5
horizontal_alignment = "right"

[button]
id = "update_all"
definition = "default"

label = "Update All"
[/button]
[/column]

[/row]
{GUI_HORIZONTAL_SPACER_LINE}

[row]
grow_factor = 0
Expand All @@ -1185,6 +1195,7 @@
border = "all"
border_size = 5
horizontal_alignment = "left"
vertical_alignment = "bottom"

[button]
# NOTE: this isn't named "help" because it conflicts with
Expand All @@ -1196,20 +1207,19 @@
[/button]

[/column]

[column]
grow_factor = 0
border = "all"
border_size = 5
horizontal_alignment = "right"

[button]
id = "ok"
id = "update_all"
definition = "default"

label = "Install"
label = "Update All"
[/button]

[/column]

[column]
Expand Down

0 comments on commit 80bd888

Please sign in to comment.