GUI2/WML Message: gave grow priority to text over options
This commit is contained in:
parent
89c4d10f59
commit
0f585a5807
1 changed files with 6 additions and 0 deletions
|
@ -320,10 +320,12 @@ where calculated_width = {__GUI_IMAGE_WIDTH}
|
|||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_grow = true
|
||||
vertical_grow = true
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
border = "all"
|
||||
|
@ -340,6 +342,7 @@ where calculated_width = {__GUI_IMAGE_WIDTH}
|
|||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
@ -358,6 +361,7 @@ where calculated_width = {__GUI_IMAGE_WIDTH}
|
|||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
@ -401,6 +405,7 @@ where calculated_width = {__GUI_IMAGE_WIDTH}
|
|||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
border = "all"
|
||||
|
@ -414,6 +419,7 @@ where calculated_width = {__GUI_IMAGE_WIDTH}
|
|||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
border = "all"
|
||||
|
|
Loading…
Add table
Reference in a new issue