diff -uprN ume-launcher-0.3ubuntu3/src/launcher-app.c ume-launcher-0.3ubuntu3-shift/src/launcher-app.c --- ume-launcher-0.3ubuntu3/src/launcher-app.c 2008-06-03 12:56:31.000000000 +0200 +++ ume-launcher-0.3ubuntu3-shift/src/launcher-app.c 2008-06-11 05:02:24.000000000 +0200 @@ -81,7 +81,7 @@ on_new_category (LauncherCatbar *c clutter_container_add_actor (CLUTTER_CONTAINER (clutter_stage_get_default()), priv->iconview); clutter_actor_set_position (priv->iconview, - (CSW()*0.025)+BAR_WIDTH(), + (CSW()*0.010)+BAR_WIDTH(), PANEL_HEIGHT*3.3); clutter_actor_show (priv->iconview); @@ -175,7 +175,7 @@ launcher_app_init (LauncherApp *app) priv->window = launcher_util_texture_new_from_file (PKGDATADIR"/window.svg"); clutter_container_add_actor (CLUTTER_CONTAINER (stage), priv->window); clutter_actor_set_size (priv->window, WIN_WIDTH(), WIN_HEIGHT()); - clutter_actor_set_position (priv->window, CSW()*0.025, PANEL_HEIGHT*2); + clutter_actor_set_position (priv->window, CSW()*0.010, PANEL_HEIGHT*2); clutter_actor_show (priv->window); /* Ubuntu logo */ @@ -202,7 +202,7 @@ launcher_app_init (LauncherApp *app) clutter_actor_set_size (priv->iconviewbg, ICONVIEW_WIDTH(), WIN_HEIGHT()-(PANEL_HEIGHT*2.3)); clutter_actor_set_position (priv->iconviewbg, - (CSW()*0.025)+BAR_WIDTH()+2, + (CSW()*0.010)+BAR_WIDTH()+2, PANEL_HEIGHT*3.3); clutter_actor_show (priv->iconviewbg); clutter_actor_set_reactive (CLUTTER_ACTOR (priv->iconviewbg), TRUE); @@ -212,7 +212,7 @@ launcher_app_init (LauncherApp *app) /* Category bar */ priv->catbar = launcher_catbar_get_default (); clutter_container_add_actor (CLUTTER_CONTAINER (stage), priv->catbar); - clutter_actor_set_position (priv->catbar, (CSW()*0.025)+CAT_PADDING, + clutter_actor_set_position (priv->catbar, (CSW()*0.010)+CAT_PADDING, PANEL_HEIGHT*3.3-1); clutter_actor_show (priv->catbar); g_signal_connect (priv->catbar, "category-selected", @@ -222,7 +222,7 @@ launcher_app_init (LauncherApp *app) priv->sidebar = launcher_sidebar_get_default (); clutter_container_add_actor (CLUTTER_CONTAINER (stage), priv->sidebar); clutter_actor_set_position (priv->sidebar, - (CSW()*0.025)+CAW(priv->window)-BAR_WIDTH(), + (CSW()*0.010)+CAW(priv->window)-BAR_WIDTH(), PANEL_HEIGHT*3.3-1); clutter_actor_show (priv->sidebar); diff -uprN ume-launcher-0.3ubuntu3/src/launcher-defines.h ume-launcher-0.3ubuntu3-shift/src/launcher-defines.h --- ume-launcher-0.3ubuntu3/src/launcher-defines.h 2008-06-03 13:01:15.000000000 +0200 +++ ume-launcher-0.3ubuntu3-shift/src/launcher-defines.h 2008-06-11 05:31:32.000000000 +0200 @@ -29,7 +29,7 @@ #define PANEL_HEIGHT 24 #define N_CATS 11 -#define WIN_WIDTH() (CSW()*0.95) +#define WIN_WIDTH() CSW()*0.98 #define WIN_HEIGHT() (CSH()-(PANEL_HEIGHT*3)) #define BAR_WIDTH() (WIN_WIDTH()/5) @@ -42,7 +42,7 @@ #define ICONVIEW_WIDTH() (BAR_WIDTH()*3) #define ICONVIEW_HEIGHT() (WIN_HEIGHT()-(PANEL_HEIGHT*2.3)) #define ICONVIEW_PADDING 10 -#define ICONVIEW_ROWS 4 +#define ICONVIEW_ROWS 3 #define ICONVIEW_COLS 4 #define ICON_FONT "Sans Bold 9"