banshee r3498 - in trunk/banshee: . src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView
- From: scottp svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3498 - in trunk/banshee: . src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView
- Date: Fri, 21 Mar 2008 01:21:05 +0000 (GMT)
Author: scottp
Date: Fri Mar 21 01:21:05 2008
New Revision: 3498
URL: http://svn.gnome.org/viewvc/banshee?rev=3498&view=rev
Log:
* src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs:
Minor rendering fix when reordering columns.
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs
Modified: trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs
==============================================================================
--- trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs (original)
+++ trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs Fri Mar 21 01:21:05 2008
@@ -330,7 +330,7 @@
GtkColorClass.Base, StateType.Normal), 0.0);
stroke_color.A = 0.3;
- cairo_context.Rectangle (x, header_rendering_alloc.Bottom, column.Width,
+ cairo_context.Rectangle (x, header_rendering_alloc.Bottom, column.Width - 2,
list_rendering_alloc.Bottom - header_rendering_alloc.Bottom);
cairo_context.Color = fill_color;
cairo_context.Fill ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]