Skip to content

Commit

Permalink
tpreferences: used fixed_height = true to enforce side panel icon sizes
Browse files Browse the repository at this point in the history
For some reason, the 72 px height of the space wasn't functioning as expected.
This does the same job correctly
  • Loading branch information
Vultraz committed Feb 29, 2016
1 parent 908b7bd commit 2bc3faf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions data/gui/default/window/preferences.cfg
Expand Up @@ -107,11 +107,12 @@
horizontal_placement = "center"

maximum_width = 900
maximum_height = 590
maximum_height = 600

[linked_group]
id = "page_icon"
fixed_width = "true"
fixed_height = "true"
[/linked_group]

[linked_group]
Expand Down Expand Up @@ -221,6 +222,7 @@
linked_group = "page_icon"
[/image]
[/column]

[column]
grow_factor = 1
horizontal_grow = "true"
Expand All @@ -232,14 +234,10 @@
linked_group = "page_label"
[/label]
[/column]

[column]
#
# Some icons aren't actually 72px tall, so enforce some
# consistency with an invisible spacer.
#
[spacer]
width = 20
height = 72
[/spacer]
[/column]
[/row]
Expand Down

0 comments on commit 2bc3faf

Please sign in to comment.