[maemo-commits] [maemo-commits] r10189 - in projects/haf/branches/hildon-control-panel/refactoring: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Feb 23 13:30:15 EET 2007
Author: lucasr
Date: 2007-02-23 13:30:13 +0200 (Fri, 23 Feb 2007)
New Revision: 10189

Modified:
   projects/haf/branches/hildon-control-panel/refactoring/ChangeLog
   projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c
Log:


Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog
===================================================================
--- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog	2007-02-23 11:25:57 UTC (rev 10188)
+++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog	2007-02-23 11:30:13 UTC (rev 10189)
@@ -1,8 +1,3 @@
-2007-02-23  Lucas Rocha  <lucas.rocha at nokia.com>
-
-	* src/hcp-grid.c: fix zooming by reduzing the column width so that it
-	doesn't get beyond scrolled window boundaries.
-
 2007-02-21  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* src/hcp-grid.c: fix the large icons size.

Modified: projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c
===================================================================
--- projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c	2007-02-23 11:25:57 UTC (rev 10188)
+++ projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c	2007-02-23 11:30:13 UTC (rev 10189)
@@ -483,7 +483,7 @@
 
   /* FIXME: This should not be hardcoded. It should be defined 
      based on HCPAppView width. */
-  gtk_icon_view_set_item_width (GTK_ICON_VIEW (grid), 317);
+  gtk_icon_view_set_item_width (GTK_ICON_VIEW (grid), 320);
 
   g_signal_connect (G_OBJECT (grid), "selection-changed",
                     G_CALLBACK (hcp_grid_selection_changed),


More information about the maemo-commits mailing list