MP Create: allow description area to grow to fill available height
This commit is contained in:
parent
0289944299
commit
8aa82bd4c3
1 changed files with 4 additions and 2 deletions
|
@ -896,7 +896,7 @@
|
|||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
vertical_alignment = "top"
|
||||
vertical_grow = "true"
|
||||
|
||||
[grid]
|
||||
|
||||
|
@ -999,7 +999,7 @@
|
|||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
@ -1115,6 +1115,7 @@
|
|||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
|
@ -1158,6 +1159,7 @@
|
|||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
|
|
Loading…
Add table
Reference in a new issue