Message Dialog: make all option rows have the same height
[ci skip]
This commit is contained in:
parent
b02e73535e
commit
0089357edb
1 changed files with 18 additions and 2 deletions
|
@ -251,6 +251,7 @@ where calculated_width = {__GUI_IMAGE_WIDTH}
|
|||
[toggle_panel]
|
||||
definition = "wml_message"
|
||||
|
||||
linked_group = "options"
|
||||
return_value_id = "ok"
|
||||
[grid]
|
||||
|
||||
|
@ -479,6 +480,11 @@ where calculated_width = {__GUI_IMAGE_WIDTH}
|
|||
fixed_width = true
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "options"
|
||||
fixed_height = true
|
||||
[/linked_group]
|
||||
|
||||
[tooltip]
|
||||
id = "tooltip"
|
||||
[/tooltip]
|
||||
|
@ -520,7 +526,7 @@ where calculated_width = {__GUI_IMAGE_WIDTH}
|
|||
[/spacer]
|
||||
|
||||
[/column]
|
||||
|
||||
|
||||
{_GUI_WML_MESSAGE_CONTENT}
|
||||
|
||||
[column]
|
||||
|
@ -592,6 +598,11 @@ if(gamemap_width - ({__GUI_IMAGE_WIDTH}) > {MAX_TEXT_WIDTH}
|
|||
fixed_width = true
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "options"
|
||||
fixed_height = true
|
||||
[/linked_group]
|
||||
|
||||
[tooltip]
|
||||
id = "tooltip"
|
||||
[/tooltip]
|
||||
|
@ -715,6 +726,11 @@ if(gamemap_width - (10 + ({__GUI_IMAGE_WIDTH})) > {MAX_TEXT_WIDTH}
|
|||
fixed_width = true
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "options"
|
||||
fixed_height = true
|
||||
[/linked_group]
|
||||
|
||||
[tooltip]
|
||||
id = "tooltip"
|
||||
[/tooltip]
|
||||
|
@ -756,7 +772,7 @@ if(gamemap_width - (10 + ({__GUI_IMAGE_WIDTH})) > {MAX_TEXT_WIDTH}
|
|||
[/spacer]
|
||||
|
||||
[/column]
|
||||
|
||||
|
||||
{_GUI_WML_MESSAGE_CONTENT}
|
||||
|
||||
[column]
|
||||
|
|
Loading…
Add table
Reference in a new issue