gnome-applets r10810 - in trunk/trashapplet: . src
- From: callum svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-applets r10810 - in trunk/trashapplet: . src
- Date: Fri, 25 Apr 2008 05:01:20 +0100 (BST)
Author: callum
Date: Fri Apr 25 04:01:20 2008
New Revision: 10810
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=10810&view=rev
Log:
Add a 2 pixel border to the trash applet.
Modified:
trunk/trashapplet/ChangeLog
trunk/trashapplet/src/trashapplet.c
Modified: trunk/trashapplet/src/trashapplet.c
==============================================================================
--- trunk/trashapplet/src/trashapplet.c (original)
+++ trunk/trashapplet/src/trashapplet.c Fri Apr 25 04:01:20 2008
@@ -160,12 +160,12 @@
{
case PANEL_APPLET_ORIENT_LEFT:
case PANEL_APPLET_ORIENT_RIGHT:
- gtk_image_set_pixel_size (applet->image, allocation->width);
+ gtk_image_set_pixel_size (applet->image, allocation->width - 2);
break;
case PANEL_APPLET_ORIENT_UP:
case PANEL_APPLET_ORIENT_DOWN:
- gtk_image_set_pixel_size (applet->image, allocation->height);
+ gtk_image_set_pixel_size (applet->image, allocation->height - 2);
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]