[maemo-commits] [maemo-commits] r10188 - 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:25:58 EET 2007
Author: lucasr
Date: 2007-02-23 13:25:57 +0200 (Fri, 23 Feb 2007)
New Revision: 10188

Modified:
   projects/haf/branches/hildon-control-panel/refactoring/ChangeLog
   projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c
Log:
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.


Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog
===================================================================
--- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog	2007-02-23 11:00:04 UTC (rev 10187)
+++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog	2007-02-23 11:25:57 UTC (rev 10188)
@@ -1,3 +1,8 @@
+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:00:04 UTC (rev 10187)
+++ projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c	2007-02-23 11:25:57 UTC (rev 10188)
@@ -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), 320);
+  gtk_icon_view_set_item_width (GTK_ICON_VIEW (grid), 317);
 
   g_signal_connect (G_OBJECT (grid), "selection-changed",
                     G_CALLBACK (hcp_grid_selection_changed),


More information about the maemo-commits mailing list