From afd0fe7efdd573040b0fb5f9fe249beb34924870 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Fri, 24 Feb 2017 18:17:23 +1100 Subject: [PATCH] Scroll Label: add small buffer between the text and scrollbars --- data/gui/widget/scroll_label_default.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/gui/widget/scroll_label_default.cfg b/data/gui/widget/scroll_label_default.cfg index 264097997f26..625e7a646292 100644 --- a/data/gui/widget/scroll_label_default.cfg +++ b/data/gui/widget/scroll_label_default.cfg @@ -50,6 +50,8 @@ [row] [column] + border = "right,bottom" # between the text and the scrollbars + border_size = 3 # intentionally smaller than normal horizontal_grow = "true" vertical_grow = "true"