Fix widget order in GUI_FORCE_WIDGET_MINIMUM_SIZE.
With this fix the mouse focus is send to the containing widget instead of the spacer.
This commit is contained in:
parent
49336dd48b
commit
8f3a947506
1 changed files with 13 additions and 13 deletions
|
@ -181,15 +181,12 @@
|
|||
[layer]
|
||||
|
||||
[row]
|
||||
|
||||
grow_factor = 1
|
||||
[column]
|
||||
|
||||
[spacer]
|
||||
definition = "default"
|
||||
width = "{WIDTH}"
|
||||
height = "{HEIGHT}"
|
||||
[/spacer]
|
||||
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
{WIDGET}
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
@ -199,12 +196,15 @@
|
|||
[layer]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
{WIDGET}
|
||||
|
||||
[spacer]
|
||||
definition = "default"
|
||||
width = "{WIDTH}"
|
||||
height = "{HEIGHT}"
|
||||
[/spacer]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
|
Loading…
Add table
Reference in a new issue