[banshee] [Podcasting] Have episode cells fill the grid width



commit 4946474a02665c864f85187f6f855a726c875cf8
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Nov 23 21:32:10 2010 -0600

    [Podcasting] Have episode cells fill the grid width
    
    If you resize Banshee or the episode view, the episode cells will fill
    the width their given (within a min/max width constraint).  Also make
    the episode cells a little shorter.

 .../Banshee.Podcasting.Gui/Grid.cs                 |    5 +++--
 src/Hyena                                          |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/Grid.cs b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/Grid.cs
index a5aac1d..3cd2fd9 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/Grid.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/Grid.cs
@@ -50,12 +50,13 @@ namespace Banshee.Podcasting.Gui
         public Grid ()
         {
             var layout = new DataViewLayoutGrid () {
+                Fill = true,
                 ChildAllocator = () => {
                     DataViewChildImage img = new DataViewChildImage ();
                     return new StackPanel () {
                         Margin = new Thickness (5),
-                        Width = 350,
-                        Height = 150,
+                        Width = 300,
+                        Height = 125,
                         Spacing = 5,
                         Children = {
                             new StackPanel () {
diff --git a/src/Hyena b/src/Hyena
index 76fdda4..d879ef9 160000
--- a/src/Hyena
+++ b/src/Hyena
@@ -1 +1 @@
-Subproject commit 76fdda4b5727339f24aced06d0afb6023d475d6b
+Subproject commit d879ef99f80827cfd5cb6f0e38fd48149941a273



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