banshee r4968 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4968 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor
- Date: Mon, 26 Jan 2009 04:34:21 +0000 (UTC)
Author: gburt
Date: Mon Jan 26 04:34:21 2009
New Revision: 4968
URL: http://svn.gnome.org/viewvc/banshee?rev=4968&view=rev
Log:
2009-01-25 Gabriel Burt <gabriel burt gmail com>
* src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs:
Fix issue with album art and the album/artist/title overlapping in the
TrackEditor for tracks w/ long album names.
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs Mon Jan 26 04:34:21 2009
@@ -156,7 +156,7 @@
header_image_frame.Add (header_image);
header.Attach (header_image_frame, 0, 1, 0, 3,
- AttachOptions.Shrink, AttachOptions.Expand, 0, 0);
+ AttachOptions.Fill, AttachOptions.Expand, 0, 0);
AddHeaderRow (header, 0, Catalog.GetString ("Title:"), out header_title_label);
AddHeaderRow (header, 1, Catalog.GetString ("Artist:"), out header_artist_label);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]