taddon_list: cleaned up layout to bring it in line with production design
This commit is contained in:
parent
63763774bc
commit
f43ed4161e
1 changed files with 38 additions and 15 deletions
|
@ -14,6 +14,8 @@
|
|||
vertical_placement = "center"
|
||||
horizontal_placement = "center"
|
||||
|
||||
maximum_height = 650
|
||||
|
||||
[linked_group]
|
||||
id = "icon"
|
||||
fixed_width = "true"
|
||||
|
@ -107,14 +109,12 @@
|
|||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
# For now right, since the addons are on the left
|
||||
# and want to be able to use the textbox.
|
||||
horizontal_alignment = "right"
|
||||
horizontal_alignment = "left"
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
border = "all"
|
||||
|
@ -143,7 +143,6 @@
|
|||
|
||||
[/column]
|
||||
|
||||
|
||||
[/row]
|
||||
|
||||
[/grid]
|
||||
|
@ -296,6 +295,9 @@
|
|||
[column]
|
||||
grow_factor = 1
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
||||
|
@ -438,8 +440,11 @@
|
|||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "right"
|
||||
vertical_alignment = "bottom"
|
||||
|
||||
[toggle_button]
|
||||
linked_group = "toggle"
|
||||
id = "expand"
|
||||
|
@ -462,7 +467,7 @@
|
|||
horizontal_grow = "true"
|
||||
|
||||
[grid]
|
||||
id = "description_grid"
|
||||
id = "description_grid"
|
||||
[row]
|
||||
|
||||
[column]
|
||||
|
@ -520,34 +525,51 @@ id = "description_grid"
|
|||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "right"
|
||||
|
||||
[button]
|
||||
id = "update_all"
|
||||
definition = "default"
|
||||
|
||||
label = "Update All"
|
||||
[/button]
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
horizontal_alignment = "right"
|
||||
horizontal_grow = "true"
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "right"
|
||||
horizontal_alignment = "left"
|
||||
|
||||
[button]
|
||||
# Comment out the next line to get all campaigns loaded
|
||||
# when the dialogue is displayed.
|
||||
id = "load_campaign"
|
||||
id = "help"
|
||||
definition = "default"
|
||||
|
||||
label = "load"
|
||||
label = "Help"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "right"
|
||||
|
@ -556,12 +578,13 @@ id = "description_grid"
|
|||
id = "ok"
|
||||
definition = "default"
|
||||
|
||||
label = "Install" # fixme text might change between install and update...
|
||||
label = "Install"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "right"
|
||||
|
|
Loading…
Add table
Reference in a new issue