Skip to content

Commit

Permalink
tpreferences: allow composite slider labels to grow to fill space
Browse files Browse the repository at this point in the history
Instead of using a scroll label.
  • Loading branch information
Vultraz committed Mar 13, 2016
1 parent 8da954b commit 5d9c6b1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data/gui/default/window/preferences.cfg
Expand Up @@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit 5d9c6b1

Please sign in to comment.