View Single Post
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#42
Originally Posted by bill_klpd View Post
Ok here it is
Can you compile it with thumb, because I have to make the new target on the scratchbox for the thumb! (maybe I will do it later today)
I don't get it. You haven't changed
#define HD_LAUNCHER_TILE_WIDTH (142) in hd-launcher-tile.h ?

Have you remove all of this from hd-launcher-grid.c or is it old version?
Code:
#define HD_LAUNCHER_GRID_MAX_COLUMNS_PORTRAIT 3 
#define HD_LAUNCHER_GRID_LEFT_DISMISSAL_AREA_LANDSCAPE (HD_LAUNCHER_LEFT_MARGIN)
#define HD_LAUNCHER_GRID_RIGHT_DISMISSAL_AREA_LANDSCAPE (HD_LAUNCHER_RIGHT_MARGIN)
#define HD_LAUNCHER_GRID_LEFT_DISMISSAL_AREA_PORTRAIT (64) 
#define HD_LAUNCHER_GRID_RIGHT_DISMISSAL_AREA_PORTRAIT (64)