From 2bc3faf1b6697ddf0b520bcc9bfd13c6b06e2b9f Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Tue, 1 Mar 2016 06:55:11 +1100 Subject: [PATCH] tpreferences: used fixed_height = true to enforce side panel icon sizes For some reason, the 72 px height of the space wasn't functioning as expected. This does the same job correctly --- data/gui/default/window/preferences.cfg | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/data/gui/default/window/preferences.cfg b/data/gui/default/window/preferences.cfg index bc3c9293c963..6f39a59f4790 100644 --- a/data/gui/default/window/preferences.cfg +++ b/data/gui/default/window/preferences.cfg @@ -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] @@ -221,6 +222,7 @@ linked_group = "page_icon" [/image] [/column] + [column] grow_factor = 1 horizontal_grow = "true" @@ -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]