GUI2/Story Viewer: fixed controls moving with long story sections
This commit is contained in:
parent
4cb9df8e6c
commit
fb78528f2c
1 changed files with 8 additions and 4 deletions
|
@ -63,17 +63,19 @@
|
|||
[column]
|
||||
grow_factor = 0
|
||||
horizontal_grow = true
|
||||
vertical_grow = true
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border_size = "10"
|
||||
border_size = 20
|
||||
horizontal_alignment = "center"
|
||||
vertical_alignment = "center"
|
||||
vertical_alignment = "bottom"
|
||||
|
||||
[button]
|
||||
id = "prev"
|
||||
|
@ -155,17 +157,19 @@
|
|||
[column]
|
||||
grow_factor = 0
|
||||
horizontal_grow = true
|
||||
vertical_grow = true
|
||||
|
||||
[grid]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border_size = "10"
|
||||
border_size = 20
|
||||
horizontal_alignment = "center"
|
||||
vertical_alignment = "center"
|
||||
vertical_alignment = "bottom"
|
||||
|
||||
[button]
|
||||
id = "next"
|
||||
|
|
Loading…
Add table
Reference in a new issue