banshee r3352 - trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui
- From: abock svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3352 - trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui
- Date: Thu, 28 Feb 2008 23:44:33 +0000 (GMT)
Author: abock
Date: Thu Feb 28 23:44:33 2008
New Revision: 3352
URL: http://svn.gnome.org/viewvc/banshee?rev=3352&view=rev
Log:
Don't draw that round bubble. Whoops.
Modified:
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs Thu Feb 28 23:44:33 2008
@@ -106,7 +106,7 @@
protected override void ChildClassPostRender (Gdk.EventExpose evnt, Cairo.Context cr, Gdk.Rectangle clip)
{
- Gdk.Rectangle rect = new Gdk.Rectangle ();
+ /*Gdk.Rectangle rect = new Gdk.Rectangle ();
rect.Width = (int)Math.Round (Allocation.Width * 0.65);
rect.Height = (int)Math.Round (Allocation.Height * 0.50);
rect.X = (Allocation.Width - rect.Width) / 2;
@@ -118,7 +118,7 @@
Theme.DrawFrame (cr, rect, true);
Theme.PopContext ();
CairoExtensions.PopGroupToSource (cr);
- cr.PaintWithAlpha (0.8);
+ cr.PaintWithAlpha (0.8);*/
}
#region Drag and Drop
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]