From 92ea400bd383c03ecfc9f76c59d5be3891d6bdea Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 3 Oct 2013 19:45:02 +0100 Subject: Optimise treeview redraw. It draws its own background, so don't need white background in the template. --- riscos/templates/de | 2 +- riscos/templates/en | 2 +- riscos/templates/fr | 2 +- riscos/templates/nl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'riscos') diff --git a/riscos/templates/de b/riscos/templates/de index 8f3dddb0d..785477d60 100644 --- a/riscos/templates/de +++ b/riscos/templates/de @@ -2454,7 +2454,7 @@ wimp_window { title_fg:wimp_COLOUR_BLACK title_bg:wimp_COLOUR_LIGHT_GREY work_fg:wimp_COLOUR_BLACK - work_bg:wimp_COLOUR_WHITE + work_bg:wimp_COLOUR_TRANSPARENT scroll_outer:wimp_COLOUR_MID_LIGHT_GREY scroll_inner:wimp_COLOUR_VERY_LIGHT_GREY highlight_bg:wimp_COLOUR_CREAM diff --git a/riscos/templates/en b/riscos/templates/en index 2d6c70c6a..1ec8ee243 100644 --- a/riscos/templates/en +++ b/riscos/templates/en @@ -2662,7 +2662,7 @@ wimp_window { title_fg:wimp_COLOUR_BLACK title_bg:wimp_COLOUR_LIGHT_GREY work_fg:wimp_COLOUR_BLACK - work_bg:wimp_COLOUR_WHITE + work_bg:wimp_COLOUR_TRANSPARENT scroll_outer:wimp_COLOUR_MID_LIGHT_GREY scroll_inner:wimp_COLOUR_VERY_LIGHT_GREY highlight_bg:wimp_COLOUR_CREAM diff --git a/riscos/templates/fr b/riscos/templates/fr index 6c9d4a1c3..be08cfea7 100644 --- a/riscos/templates/fr +++ b/riscos/templates/fr @@ -2466,7 +2466,7 @@ wimp_window { title_fg:wimp_COLOUR_BLACK title_bg:wimp_COLOUR_LIGHT_GREY work_fg:wimp_COLOUR_BLACK - work_bg:wimp_COLOUR_WHITE + work_bg:wimp_COLOUR_TRANSPARENT scroll_outer:wimp_COLOUR_MID_LIGHT_GREY scroll_inner:wimp_COLOUR_VERY_LIGHT_GREY highlight_bg:wimp_COLOUR_CREAM diff --git a/riscos/templates/nl b/riscos/templates/nl index 72a8ed5ea..13f7f59db 100644 --- a/riscos/templates/nl +++ b/riscos/templates/nl @@ -2666,7 +2666,7 @@ wimp_window { title_fg:wimp_COLOUR_BLACK title_bg:wimp_COLOUR_LIGHT_GREY work_fg:wimp_COLOUR_BLACK - work_bg:wimp_COLOUR_WHITE + work_bg:wimp_COLOUR_TRANSPARENT scroll_outer:wimp_COLOUR_MID_LIGHT_GREY scroll_inner:wimp_COLOUR_VERY_LIGHT_GREY highlight_bg:wimp_COLOUR_CREAM -- cgit v1.2.3