[banshee: 15/61] [ListView] Make RowHeight property public
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee: 15/61] [ListView] Make RowHeight property public
- Date: Tue, 3 Nov 2009 06:29:06 +0000 (UTC)
commit 7b5939ccf6e0321e1fd2a3cc82d99dc339cf0e9d
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Oct 8 14:31:42 2009 -0700
[ListView] Make RowHeight property public
.../Hyena.Data.Gui/ListView/ListView_Rendering.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs
index d4c424e..ce6b9a8 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs
@@ -455,7 +455,7 @@ namespace Hyena.Data.Gui
}
private int row_height = 32;
- protected int RowHeight {
+ public int RowHeight {
get {
if (RecomputeRowHeight) {
row_height = RowHeightProvider != null
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]