banshee r4037 - trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4037 - trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui
- Date: Fri, 30 May 2008 06:52:20 +0000 (UTC)
Author: gburt
Date: Fri May 30 06:52:20 2008
New Revision: 4037
URL: http://svn.gnome.org/viewvc/banshee?rev=4037&view=rev
Log:
remove \r\n's
Modified:
trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Column.cs
Modified: trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Column.cs
==============================================================================
--- trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Column.cs (original)
+++ trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Column.cs Fri May 30 06:52:20 2008
@@ -139,24 +139,24 @@
set { header_cell = value; }
}
- public int MinWidth {
- get { return minWidth; }
- set { minWidth = value; }
- }
-
- internal double MinRelativeWidth {
- get { return minRelativeWidth; }
+ public int MinWidth {
+ get { return minWidth; }
+ set { minWidth = value; }
+ }
+
+ internal double MinRelativeWidth {
+ get { return minRelativeWidth; }
set { minRelativeWidth = value; }
}
public int MaxWidth {
get { return maxWidth; }
set { maxWidth = value; }
- }
-
- public double RelativeWidth {
- get { return relativeWidth; }
- set { relativeWidth = value; }
+ }
+
+ public double RelativeWidth {
+ get { return relativeWidth; }
+ set { relativeWidth = value; }
}
public string Id {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]