[maemo-commits] [maemo-commits] r10129 - in projects/haf/branches/hildon-control-panel/refactoring: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Feb 21 16:17:24 EET 2007
- Previous message: [maemo-commits] r10128 - projects/haf/trunk
- Next message: [maemo-commits] r10130 - in projects/haf/trunk/libossomime: . data debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-02-21 16:17:23 +0200 (Wed, 21 Feb 2007) New Revision: 10129 Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.h Log: 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/ChangeLog =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-02-21 14:02:38 UTC (rev 10128) +++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-02-21 14:17:23 UTC (rev 10129) @@ -1,3 +1,7 @@ +2007-02-21 Lucas Rocha <lucas.rocha at nokia.com> + + * src/hcp-grid.c: fix the large icons size. + 2007-02-20 Johan Bilie <johan.bilien at nokia.com> * data/hildon-control-panel.pc.in: requires hildon-1 Modified: projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.h =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.h 2007-02-21 14:02:38 UTC (rev 10128) +++ projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.h 2007-02-21 14:17:23 UTC (rev 10129) @@ -44,7 +44,7 @@ typedef enum { HCP_ICON_SIZE_SMALL = 27, - HCP_ICON_SIZE_LARGE = 128 + HCP_ICON_SIZE_LARGE = 66 } HCPIconSize; typedef enum {
- Previous message: [maemo-commits] r10128 - projects/haf/trunk
- Next message: [maemo-commits] r10130 - in projects/haf/trunk/libossomime: . data debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]