[maemo-commits] [maemo-commits] r12929 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jul 30 18:34:55 EEST 2007
- Previous message: [maemo-commits] r12928 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
- Next message: [maemo-commits] r12930 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-07-30 18:34:51 +0300 (Mon, 30 Jul 2007) New Revision: 12929 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-menu.c Log: 2007-07-30 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildon-desktop-popup-menu.c: small layout fix on the viewport height. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-30 15:26:33 UTC (rev 12928) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-30 15:34:51 UTC (rev 12929) @@ -1,5 +1,10 @@ 2007-07-30 Lucas Rocha <lucas.rocha at nokia.com> + * libhildondesktop/hildon-desktop-popup-menu.c: small layout fix on + the viewport height. + +2007-07-30 Lucas Rocha <lucas.rocha at nokia.com> + * src/hd-switcher-menu.c, src/hd-applications-menu.c: use new "parent" property of HildonDesktopPopupMenu to correctly handle scroll buttons. Several layout fixes. Use separator between menu items. Set names of Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-menu.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-menu.c 2007-07-30 15:26:33 UTC (rev 12928) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-menu.c 2007-07-30 15:34:51 UTC (rev 12929) @@ -714,7 +714,7 @@ { hildon_desktop_popup_menu_show_controls (menu); gtk_widget_set_size_request - (menu->priv->viewport, -1, max_height - menu->priv->item_height - 8); + (menu->priv->viewport, -1, max_height - menu->priv->item_height - 9); } else {
- Previous message: [maemo-commits] r12928 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
- Next message: [maemo-commits] r12930 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]