From 86261779f22e9ed08313a2f48814e4c96595dc82 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Thu, 17 Mar 2016 23:17:44 +1100 Subject: [PATCH] tscroll_label: update to verbatim style (matches description now) --- data/gui/default/widget/scroll_label_verbatim.cfg | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/data/gui/default/widget/scroll_label_verbatim.cfg b/data/gui/default/widget/scroll_label_verbatim.cfg index 7ed5a506cabb..d4d0121a5347 100644 --- a/data/gui/default/widget/scroll_label_verbatim.cfg +++ b/data/gui/default/widget/scroll_label_verbatim.cfg @@ -1,8 +1,5 @@ #textdomain wesnoth-lib -#define _GUI_BASE_NAME - "translucent54" #enddef - #define _GUI_RESOLUTION RESOLUTION FONT_SIZE FONT_STYLE FONT_COLOR_ENABLED FONT_COLOR_DISABLED [resolution] @@ -25,13 +22,13 @@ [draw] - [image] + [rectangle] x = 0 y = 0 w = "(width)" h = "(height)" - name = "dialogs/" + {_GUI_BASE_NAME} + "-background.png" - [/image] + fill_color = {GUI__BACKGROUND_COLOR_ENABLED} + [/rectangle] [/draw] @@ -124,5 +121,3 @@ [/scroll_label_definition] #undef _GUI_RESOLUTION -#undef _GUI_BASE_NAME -