From d8cd3cff2169ea5ad8a697d8580cad6730ab9420 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 22 Oct 2017 11:53:36 +0200 Subject: [PATCH] add separator between mesg and listview --- Official Themes/c64.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Official Themes/c64.rasi b/Official Themes/c64.rasi index 4cc92be..986a473 100644 --- a/Official Themes/c64.rasi +++ b/Official Themes/c64.rasi @@ -48,7 +48,7 @@ background-color: #003AFF; } #message { - border: 1px dash 0px 0px ; + border: 1px dash 0px dash ; border-color: @separatorcolor; padding: 1px ; }