[banshee] [Audiobook] Use a WrapLabel for the BookView book title



commit 33ed13723d065807567a2b0e70e9ac04d75dc992
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri Aug 13 18:58:12 2010 -0700

    [Audiobook] Use a WrapLabel for the BookView book title

 .../Banshee.Audiobook/BookView.cs                  |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/src/Extensions/Banshee.Audiobook/Banshee.Audiobook/BookView.cs b/src/Extensions/Banshee.Audiobook/Banshee.Audiobook/BookView.cs
index 244c8f6..59b278e 100644
--- a/src/Extensions/Banshee.Audiobook/Banshee.Audiobook/BookView.cs
+++ b/src/Extensions/Banshee.Audiobook/Banshee.Audiobook/BookView.cs
@@ -65,7 +65,7 @@ namespace Banshee.Audiobook
     {
         AudiobookLibrarySource library;
 
-        Label title_label;
+        WrapLabel title_label;
         BookCover cover;
         ImageButton resume_button;
         RatingEntry rating_entry;
@@ -185,10 +185,7 @@ namespace Banshee.Audiobook
             );
 
             // Title
-            title_label = new Label () {
-                Xalign = 0,
-                Yalign = 0
-            };
+            title_label = new WrapLabel ();
 
             resume_button = new ImageButton ("", null, IconSize.LargeToolbar);
             resume_button.ImageWidget.Stock = Stock.MediaPlay;



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