Changeset 3478
- Timestamp:
- 11/22/07 16:51:30 (5 years ago)
- Location:
- trunk/src/target/OM-2007.2/applications/openmoko-today2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
src/today-utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007.2/applications/openmoko-today2/ChangeLog
r3476 r3478 1 2007-11-22 Chris Lord <chris@openedhand.com> 2 3 * src/today-utils.c: (today_toolbutton_new): 4 Use GTK_ICON_SIZE_LARGE_TOOLBAR instead of DIALOG for toolbar icons 5 1 6 2007-11-22 Chris Lord <chris@openedhand.com> 2 7 -
trunk/src/target/OM-2007.2/applications/openmoko-today2/src/today-utils.c
r3340 r3478 31 31 { 32 32 GtkWidget *icon = gtk_image_new_from_icon_name (icon_name, 33 GTK_ICON_SIZE_ DIALOG);33 GTK_ICON_SIZE_LARGE_TOOLBAR); 34 34 GtkToolItem *button = gtk_tool_button_new (icon, NULL); 35 35 gtk_tool_item_set_expand (button, TRUE);
Note: See TracChangeset
for help on using the changeset viewer.
