MP Create Game: ensure campaign icons always line up (bug #22956)
This commit is contained in:
parent
478c75bdb5
commit
96ef6b1f5a
4 changed files with 17 additions and 1 deletions
|
@ -764,13 +764,14 @@
|
|||
[row]
|
||||
[column]
|
||||
grow_factor = 0
|
||||
horizontal_alignment = "left"
|
||||
horizontal_grow = "true"
|
||||
border = "all"
|
||||
border_size = 5
|
||||
|
||||
[image]
|
||||
id = "game_icon"
|
||||
definition = "default"
|
||||
linked_group = "game_icons"
|
||||
[/image]
|
||||
|
||||
[/column]
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "game_icons"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
{_GUI_CUSTOM_OPTIONS_TREE_LINKED_GROUPS}
|
||||
|
||||
[tooltip]
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "game_icons"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
{_GUI_CUSTOM_OPTIONS_TREE_LINKED_GROUPS}
|
||||
|
||||
[tooltip]
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
fixed_height = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "game_icons"
|
||||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
{_GUI_CUSTOM_OPTIONS_TREE_LINKED_GROUPS}
|
||||
|
||||
[tooltip]
|
||||
|
|
Loading…
Add table
Reference in a new issue