nemo r74 - trunk/gtk
- From: arj svn gnome org
- To: svn-commits-list gnome org
- Subject: nemo r74 - trunk/gtk
- Date: Tue, 5 Feb 2008 15:57:58 +0000 (GMT)
Author: arj
Date: Tue Feb 5 15:57:57 2008
New Revision: 74
URL: http://svn.gnome.org/viewvc/nemo?rev=74&view=rev
Log:
Correctly place items in day view
Modified:
trunk/gtk/CalendarDrawer.cs
Modified: trunk/gtk/CalendarDrawer.cs
==============================================================================
--- trunk/gtk/CalendarDrawer.cs (original)
+++ trunk/gtk/CalendarDrawer.cs Tue Feb 5 15:57:57 2008
@@ -419,8 +419,8 @@
uint cols = 3;
- if (calendar_body.Allocation.Width >= 250)
- cols = (uint)calendar_body.Allocation.Width/250;
+ if (calendar_body.Allocation.Width >= 300)
+ cols = (uint)calendar_body.Allocation.Width/300;
uint rows = (uint)elements.Count/cols;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]