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

andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-indicator-plugin.

commit f74e861f33d72a536dce5f4e09fe537c1afb282c
Author: Andrzej <ndrwr...@gmail.com>
Date:   Thu Mar 6 00:10:59 2014 +0000

    Changed border-width to 1px.
---
 panel-plugin/indicator-button.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/panel-plugin/indicator-button.c b/panel-plugin/indicator-button.c
index 19c5723..aa89c41 100644
--- a/panel-plugin/indicator-button.c
+++ b/panel-plugin/indicator-button.c
@@ -106,8 +106,7 @@ xfce_indicator_button_init (XfceIndicatorButton *button)
   gtk_widget_set_name (GTK_WIDGET (button), "indicator-button");
 
   css_provider = gtk_css_provider_new ();
-  // gtk_css_provider_load_from_data (css_provider, "#indicator-button { 
-GtkWidget-focus-padding: 0; -GtkWidget-focus-line-width: 0; 
-GtkButton-default-border: 0; -GtkButton-inner-border: 0; padding: 1px; border: 
1px;}", -1, NULL);
-  gtk_css_provider_load_from_data (css_provider, "#indicator-button { 
-GtkWidget-focus-padding: 0; -GtkWidget-focus-line-width: 0; 
-GtkButton-default-border: 0; -GtkButton-inner-border: 0; padding: 1px;}", -1, 
NULL);
+  gtk_css_provider_load_from_data (css_provider, "#indicator-button { 
-GtkWidget-focus-padding: 0; -GtkWidget-focus-line-width: 0; 
-GtkButton-default-border: 0; -GtkButton-inner-border: 0; padding: 1px; 
border-width: 1px;}", -1, NULL);
   gtk_style_context_add_provider (GTK_STYLE_CONTEXT 
(gtk_widget_get_style_context (GTK_WIDGET (button))), GTK_STYLE_PROVIDER 
(css_provider), GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
 
   gtk_widget_add_events (GTK_WIDGET (button), GDK_SCROLL_MASK);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to