Convert listbox to new linked widget style.
This commit is contained in:
parent
746b5c2608
commit
94b612bb82
1 changed files with 36 additions and 0 deletions
|
@ -14,6 +14,31 @@
|
|||
vertical_placement = "center"
|
||||
horizontal_placement = "center"
|
||||
|
||||
[linked_group]
|
||||
id = "name"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "version"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "author"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "downloads"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "size"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
|
@ -68,6 +93,7 @@
|
|||
id = "addon_list"
|
||||
definition = "default"
|
||||
|
||||
linked_widgets_disabled = "true"
|
||||
[header]
|
||||
|
||||
[row]
|
||||
|
@ -82,6 +108,7 @@
|
|||
[label]
|
||||
id = "name"
|
||||
definition = "default"
|
||||
linked_group = "name"
|
||||
|
||||
label = "Name"
|
||||
[/label]
|
||||
|
@ -98,6 +125,7 @@
|
|||
[label]
|
||||
id = "version"
|
||||
definition = "default"
|
||||
linked_group = "version"
|
||||
|
||||
label = "Version"
|
||||
[/label]
|
||||
|
@ -114,6 +142,7 @@
|
|||
[label]
|
||||
id = "author"
|
||||
definition = "default"
|
||||
linked_group = "author"
|
||||
|
||||
label = "Author"
|
||||
[/label]
|
||||
|
@ -130,6 +159,7 @@
|
|||
[label]
|
||||
id = "downloads"
|
||||
definition = "default"
|
||||
linked_group = "downloads"
|
||||
|
||||
label = "Downloads"
|
||||
[/label]
|
||||
|
@ -146,6 +176,7 @@
|
|||
[label]
|
||||
id = "size"
|
||||
definition = "default"
|
||||
linked_group = "size"
|
||||
|
||||
label = "Size"
|
||||
[/label]
|
||||
|
@ -182,6 +213,7 @@
|
|||
[label]
|
||||
id = "name"
|
||||
definition = "default"
|
||||
linked_group = "name"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -196,6 +228,7 @@
|
|||
[label]
|
||||
id = "version"
|
||||
definition = "default"
|
||||
linked_group = "version"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -210,6 +243,7 @@
|
|||
[label]
|
||||
id = "author"
|
||||
definition = "default"
|
||||
linked_group = "author"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -224,6 +258,7 @@
|
|||
[label]
|
||||
id = "downloads"
|
||||
definition = "default"
|
||||
linked_group = "downloads"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -238,6 +273,7 @@
|
|||
[label]
|
||||
id = "size"
|
||||
definition = "default"
|
||||
linked_group = "size"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue