[banshee] [Audiobook] Make book grid artwork bigger
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Audiobook] Make book grid artwork bigger
- Date: Fri, 14 May 2010 22:41:11 +0000 (UTC)
commit 946aa70100564447327b05dcad5c375ac21f41e8
Author: Gabriel Burt <gabriel burt gmail com>
Date: Sat Dec 19 21:01:16 2009 -0800
[Audiobook] Make book grid artwork bigger
.../Banshee.Audiobook/AudiobookGrid.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Audiobook/Banshee.Audiobook/AudiobookGrid.cs b/src/Extensions/Banshee.Audiobook/Banshee.Audiobook/AudiobookGrid.cs
index 9f8b6f2..b808be4 100644
--- a/src/Extensions/Banshee.Audiobook/Banshee.Audiobook/AudiobookGrid.cs
+++ b/src/Extensions/Banshee.Audiobook/Banshee.Audiobook/AudiobookGrid.cs
@@ -55,7 +55,10 @@ namespace Banshee.Audiobook
public AudiobookGrid ()
{
- renderer = new ColumnCellAlbum () { LayoutStyle = DataViewLayoutStyle.Grid };
+ renderer = new ColumnCellAlbum () {
+ LayoutStyle = DataViewLayoutStyle.Grid,
+ ImageSize = 150
+ };
var column_controller = new ColumnController ();
column_controller.Add (new Column ("Album", renderer, 1.0));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]