From 814fad81913c16247a377a1e92b311bcb4aa820f Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 22 Oct 2017 11:52:50 +0200 Subject: [PATCH] add separator between mesg and listview --- themes/c64.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/c64.rasi b/themes/c64.rasi index 4cc92bec..986a473d 100644 --- a/themes/c64.rasi +++ b/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 ; }