Convert listbox to new linked widget style.
This commit is contained in:
parent
8626347798
commit
a94816c285
1 changed files with 34 additions and 0 deletions
|
@ -202,6 +202,7 @@
|
|||
id = "input_list"
|
||||
definition = "wml_message"
|
||||
|
||||
linked_widgets_disabled = "true"
|
||||
[list_definition]
|
||||
|
||||
[row]
|
||||
|
@ -228,6 +229,7 @@
|
|||
[image]
|
||||
id = "icon"
|
||||
definition = "default"
|
||||
linked_group = "icon"
|
||||
[/image]
|
||||
|
||||
[/column]
|
||||
|
@ -242,6 +244,7 @@
|
|||
[label]
|
||||
id = "label"
|
||||
definition = "default"
|
||||
linked_group = "label"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -256,6 +259,7 @@
|
|||
[label]
|
||||
id = "description"
|
||||
definition = "default"
|
||||
linked_group = "description"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -294,6 +298,21 @@
|
|||
|
||||
easy_close = "true"
|
||||
|
||||
[linked_group]
|
||||
id = "icon"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "label"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "description"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
|
@ -503,6 +522,21 @@ if(gamemap_width - ({__GUI_IMAGE_WIDTH}) > 675
|
|||
|
||||
easy_close = "true"
|
||||
|
||||
[linked_group]
|
||||
id = "icon"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "label"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "description"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
|
|
Loading…
Add table
Reference in a new issue