[Xfce4-commits] [xfce/xfdesktop] 01/01: Improve text-shadow position of fallback style (Bug #13609)

noreply at xfce.org noreply at xfce.org
Sun Jul 2 04:25:58 CEST 2017


This is an automated email from the git hooks/post-receive script.

e   r   i   c       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfdesktop.

commit 4a016f7cedca751876e9e4869498dd54dbf0ef35
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Jul 1 09:13:11 2017 +0200

    Improve text-shadow position of fallback style (Bug #13609)
---
 src/xfdesktop-application.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfdesktop-application.c b/src/xfdesktop-application.c
index 45efca8..21fc491 100644
--- a/src/xfdesktop-application.c
+++ b/src/xfdesktop-application.c
@@ -153,7 +153,7 @@ const gchar *ToZ_CSS =
 "XfdesktopIconView.view.label,"
 "XfdesktopIconView.view.label:active {"
 "	color: white;"
-"	text-shadow: 1px 2px black;"
+"	text-shadow: 1px 1px black;"
 "}";
 
 G_DEFINE_TYPE(XfdesktopApplication, xfdesktop_application, G_TYPE_APPLICATION)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list