[Xfce4-commits] [apps/xfce4-terminal] 01/01: Make tab close button icon a bit smaller

noreply at xfce.org noreply at xfce.org
Mon Aug 1 15:42:45 CEST 2016


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

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit 39b1024c73f9ea7cad7026c563c57c474a1432e9
Author: Igor <f2404 at yandex.ru>
Date:   Mon Aug 1 16:42:40 2016 +0300

    Make tab close button icon a bit smaller
---
 terminal/terminal-screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 6f6da6d..293454d 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -2209,7 +2209,7 @@ terminal_screen_get_tab_label (TerminalScreen *screen)
                             G_CALLBACK (gtk_widget_destroy), screen);
 
   /* button image */
-  image = gtk_image_new_from_icon_name ("window-close", GTK_ICON_SIZE_MENU);
+  image = gtk_image_new_from_icon_name ("window-close-symbolic", GTK_ICON_SIZE_MENU);
   gtk_container_add (GTK_CONTAINER (button), image);
 
   /* show the box and all its widgets */

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


More information about the Xfce4-commits mailing list