[Xfce-bugs] [XFCE 0000164]: Tray icons should not be homogeneously boxed
xfce-bugs at xfce.org
xfce-bugs at xfce.org
Mon Jun 7 06:15:51 CEST 2004
The following bug has been CLOSED
=======================================================================
http://bugs.xfce.org/view_bug_page.php?f_id=0000164
=======================================================================
Reporter: huggie
Handler: olivier
=======================================================================
Project: XFCE
Bug ID: 0000164
Category: general
Reproducibility: always
Severity: tweak
Priority: normal
Status: closed
=======================================================================
Date Submitted: 2004-03-30 19:53 GMT
Last Modified: 2004-06-07 04:15 GMT
=======================================================================
Summary: Tray icons should not be homogeneously boxed
Description:
This is another Debian bug to get your opinion on:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=215308
The system tray in xftaskbar should box icons non-homogeneously, that
is, allow icons of different sizes without padding every icon to the
size of the largest icon. Below is a patch to fix this behavior.
Thanks,
Ken
--- xfce4-utils-4.0.0.final/xftaskbar/xftaskbar.c.orig 2003-10-12
01:38:35.000000000 +0000
+++ xfce4-utils-4.0.0.final/xftaskbar/xftaskbar.c 2003-10-12
01:38:39.000000000 +0000
@@ -235,7 +235,7 @@
taskbar->tray_registered = register_tray(taskbar);
}
- taskbar->iconbox = gtk_hbox_new(TRUE, 7);
+ taskbar->iconbox = gtk_hbox_new(FALSE, 1);
gtk_box_pack_start(GTK_BOX(taskbar->hbox), taskbar->iconbox,
FALSE, FALSE,0);
gtk_widget_show (taskbar->iconbox);
=======================================================================
-----------------------------------------------------------------------
olivier - 2004-03-30 20:06 GMT
-----------------------------------------------------------------------
Applied.
Thanks
Olivier.
More information about the Xfce-bugs
mailing list