[Xfce4-commits] [apps/mousepad] 01/02: Replace deprecated style properties in MousepadCloseButton (Bug #13114)

noreply at xfce.org noreply at xfce.org
Tue Apr 23 03:51:40 CEST 2019


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

a   n   d   r   e       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 apps/mousepad.

commit dc9e6b29e63423ac67fff4494b021f75fc520bd2
Author: Hunter Turcin <huntertur at gmail.com>
Date:   Wed Feb 20 22:21:22 2019 -0600

    Replace deprecated style properties in MousepadCloseButton (Bug #13114)
---
 mousepad/mousepad-close-button.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/mousepad/mousepad-close-button.c b/mousepad/mousepad-close-button.c
index 6405fae..55d4e52 100644
--- a/mousepad/mousepad-close-button.c
+++ b/mousepad/mousepad-close-button.c
@@ -43,11 +43,8 @@ mousepad_close_button_class_init (MousepadCloseButtonClass *klass)
 #if GTK_CHECK_VERSION(3, 0, 0)
   static const gchar *button_style =
     "* {\n"
-    "  -GtkButton-default-border: 0;\n"
-    "  -GtkButton-default-outside-border: 0;\n"
-    "  -GtkButton-inner-border: 0;\n"
-    "  -GtkWidget-focus-line-width: 0;\n"
-    "  -GtkWidget-focus-padding: 0;\n"
+    "  outline-width: 0;\n"
+    "  outline-offset: 0;\n"
     "  padding: 0;\n"
     "}\n";
 

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


More information about the Xfce4-commits mailing list