[blam] Remove jiggle from the ItemList and ChanelList when an unread item is selected
- From: Carlos Martín Nieto <cmartin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [blam] Remove jiggle from the ItemList and ChanelList when an unread item is selected
- Date: Sun, 25 Jul 2010 18:10:48 +0000 (UTC)
commit 5c323686a4f4aa49cec05fb985a3a3e96cfc556c
Author: Simon Wenner <simon wenner ch>
Date: Sun Jul 25 20:07:20 2010 +0200
Remove jiggle from the ItemList and ChanelList when an unread item is selected
src/ChannelList.cs | 2 +-
src/ItemList.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ChannelList.cs b/src/ChannelList.cs
index e13afee..b9c516e 100644
--- a/src/ChannelList.cs
+++ b/src/ChannelList.cs
@@ -51,7 +51,7 @@ namespace Imendio.Blam {
cell = new CellRendererText();
nameColumn.PackStart(cell, true);
- nameColumn.Sizing = TreeViewColumnSizing.Autosize;
+ nameColumn.Sizing = TreeViewColumnSizing.GrowOnly;
nameColumn.Expand = true;
nameColumn.SetCellDataFunc(cell, new TreeCellDataFunc(NamesCellDataFunc));
diff --git a/src/ItemList.cs b/src/ItemList.cs
index f640f6f..da4763c 100644
--- a/src/ItemList.cs
+++ b/src/ItemList.cs
@@ -47,7 +47,7 @@ namespace Imendio.Blam {
CellRendererPixbuf cell2 = new CellRendererPixbuf();
iconColumn = new TreeViewColumn();
iconColumn.PackStart(cell2, true);
- iconColumn .Sizing = TreeViewColumnSizing.Autosize;
+ iconColumn.Sizing = TreeViewColumnSizing.GrowOnly;
iconColumn.Expand = false;
iconColumn.SetCellDataFunc(cell2,
new TreeCellDataFunc(IconCellDataFunc));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]