Convert listbox to new linked widget style.
This commit is contained in:
parent
a94816c285
commit
0db4278602
1 changed files with 13 additions and 0 deletions
|
@ -17,6 +17,16 @@
|
|||
maximum_width = 800
|
||||
maximum_height = 600
|
||||
|
||||
[linked_group]
|
||||
id = "icon_area"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "name"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
|
@ -64,6 +74,7 @@
|
|||
definition = "default"
|
||||
|
||||
horizontal_scrollbar_mode = "never"
|
||||
linked_widgets_disabled = "true"
|
||||
|
||||
[list_definition]
|
||||
|
||||
|
@ -91,6 +102,7 @@
|
|||
[stacked_widget]
|
||||
id = ""
|
||||
definition = "default"
|
||||
linked_group = "icon_area"
|
||||
|
||||
[stack]
|
||||
|
||||
|
@ -158,6 +170,7 @@
|
|||
[label]
|
||||
id = "name"
|
||||
definition = "default"
|
||||
linked_group = "name"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue