[maemo-commits] [maemo-commits] r11400 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 3 12:47:55 EEST 2007
Author: jobi
Date: 2007-05-03 12:47:53 +0300 (Thu, 03 May 2007)
New Revision: 11400

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel.c
   projects/haf/trunk/hildon-desktop/src/hn-app-button.c
   projects/haf/trunk/hildon-desktop/src/hn-app-switcher.c
   projects/haf/trunk/hildon-desktop/src/hn-others-button.c
Log:

2007-05-03  Johan Bilien  <johan.bilien at nokia.com>

	* src/hn-app-switcher.c:
	- changed menu button name to -button4
	- changed menu button height to 60
	* src/hn-app-button.c:
	- changed button height to 60
	* src/hn-others-button.c, libhildondesktop/hildon-desktop-panel.c:
	- changed button height to 80



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-05-03 09:00:20 UTC (rev 11399)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-05-03 09:47:53 UTC (rev 11400)
@@ -1,3 +1,13 @@
+2007-05-03  Johan Bilien  <johan.bilien at nokia.com>
+
+	* src/hn-app-switcher.c:
+	- changed menu button name to -button4
+	- changed menu button height to 60
+	* src/hn-app-button.c:
+	- changed button height to 60
+	* src/hn-others-button.c, libhildondesktop/hildon-desktop-panel.c:
+	- changed button height to 80
+
 2007-05-02  Moises Martinez  <moises.martinez at nokia.com>
 
 	* libhildondesktop/hildon-desktop-popup-menu.c:

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel.c	2007-05-03 09:00:20 UTC (rev 11399)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel.c	2007-05-03 09:47:53 UTC (rev 11400)
@@ -51,7 +51,7 @@
 };
 
 #define HILDON_DESKTOP_PANEL_WIDGET_DEFAULT_WIDTH  80
-#define HILDON_DESKTOP_PANEL_WIDGET_DEFAULT_HEIGHT 90
+#define HILDON_DESKTOP_PANEL_WIDGET_DEFAULT_HEIGHT 80
 
 static gint signals[N_SIGNALS];
 

Modified: projects/haf/trunk/hildon-desktop/src/hn-app-button.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hn-app-button.c	2007-05-03 09:00:20 UTC (rev 11399)
+++ projects/haf/trunk/hildon-desktop/src/hn-app-button.c	2007-05-03 09:47:53 UTC (rev 11400)
@@ -100,7 +100,7 @@
 #define APP_GROUP_ICON_SIZE     16
 
 /* Hardcoded pixel perfecting values */
-#define BUTTON_HEIGHT      38
+#define BUTTON_HEIGHT      60
 
 #define AS_BUTTON_BORDER_WIDTH  0
 #define AS_MENU_BORDER_WIDTH    20

Modified: projects/haf/trunk/hildon-desktop/src/hn-app-switcher.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hn-app-switcher.c	2007-05-03 09:00:20 UTC (rev 11399)
+++ projects/haf/trunk/hildon-desktop/src/hn-app-switcher.c	2007-05-03 09:47:53 UTC (rev 11400)
@@ -103,7 +103,7 @@
 #define AS_BUTTON_NAME "hildon-navigator-small-button%d"
 #define AS_BUTTON_NAME_PRESSED "hildon-navigator-small-button%d-pressed"
 
-#define AS_MENU_BUTTON_NAME "hildon-navigator-small-button5"
+#define AS_MENU_BUTTON_NAME "hildon-navigator-small-button4"
 
 #define AS_UPPER_SEPARATOR "hildon-navigator-upper-separator"
 #define AS_LOWER_SEPARATOR "hildon-navigator-lower-separator"
@@ -115,8 +115,8 @@
 #define AS_MENU_BORDER_WIDTH    20
 #define AS_TIP_BORDER_WIDTH 	20
 #define AS_BUTTON_HEIGHT        38
-#define AS_MENU_BUTTON_HEIGHT  116
-#define AS_ROW_HEIGHT 		    30
+#define AS_MENU_BUTTON_HEIGHT   60
+#define AS_ROW_HEIGHT 		30
 #define AS_ICON_SIZE            26
 #define AS_TOOLTIP_WIDTH        360
 #define AS_MENU_ITEM_WIDTH      360

Modified: projects/haf/trunk/hildon-desktop/src/hn-others-button.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hn-others-button.c	2007-05-03 09:00:20 UTC (rev 11399)
+++ projects/haf/trunk/hildon-desktop/src/hn-others-button.c	2007-05-03 09:47:53 UTC (rev 11400)
@@ -81,7 +81,7 @@
 #define MENU_ITEM_EMPTY_SUBMENU_STRING _( "tana_li_of_noapps" )
 
 #define BORDER_WIDTH 7
-#define BUTTON_HEIGHT 90
+#define BUTTON_HEIGHT 80
 
 #define MENU_Y_POS 180
 #define MENU_MAX_WIDTH 360


More information about the maemo-commits mailing list