banshee r3779 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui.Widgets



Author: scottp
Date: Wed Apr 16 06:33:30 2008
New Revision: 3779
URL: http://svn.gnome.org/viewvc/banshee?rev=3779&view=rev

Log:
* src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTileHost.cs:
Use a BorderWidth of 8 for the AnimatedVBox. This adds 8 pixels on
all sides.

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTileHost.cs

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTileHost.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTileHost.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTileHost.cs	Wed Apr 16 06:33:30 2008
@@ -47,6 +47,7 @@
             LeftPadding = 4;
             
             box = new AnimatedVBox ();
+            box.BorderWidth = 8;
             box.Spacing = 8;
 
             Add (box);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]