tpreferences: allow composite slider labels to grow to fill space
Instead of using a scroll label.
This commit is contained in:
parent
8da954b4a0
commit
5d9c6b13b1
1 changed files with 6 additions and 4 deletions
|
@ -72,10 +72,11 @@
|
|||
[grid]
|
||||
[row]
|
||||
[column]
|
||||
horizontal_alignment = "left"
|
||||
horizontal_grow = true
|
||||
[grid]
|
||||
[row]
|
||||
[column]
|
||||
grow_factor = 0
|
||||
border = "top,left,right"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
@ -88,14 +89,15 @@
|
|||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
border = "top,right"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
horizontal_grow = "true"
|
||||
|
||||
[scroll_label]
|
||||
[label]
|
||||
id = {_LABEL_ID}
|
||||
definition = "default_small"
|
||||
[/scroll_label]
|
||||
[/label]
|
||||
[/column]
|
||||
[/row]
|
||||
[/grid]
|
||||
|
|
Loading…
Add table
Reference in a new issue