forked from AuroraMiddleware/gtk
set delay on popdown menus
This commit is contained in:
parent
86b43475c8
commit
97f1b098af
@ -1,3 +1,7 @@
|
||||
2003-09-25 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* src/wimp_style.c: Set a delay on popdown menus
|
||||
|
||||
2003-09-22 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* src/xp_theme.c: Make a string array const
|
||||
|
@ -266,10 +266,9 @@ setup_system_settings (GtkStyle * style)
|
||||
g_object_set (G_OBJECT (settings), "gtk-toolbar-icon-size",
|
||||
GTK_ICON_SIZE_SMALL_TOOLBAR, NULL);
|
||||
|
||||
#endif
|
||||
|
||||
g_object_set (G_OBJECT (settings), "gtk-icon-sizes",
|
||||
"gtk-menu=10,10 : gtk-button=16,16 : gtk-small-toolbar=16,16 : gtk-large-toolbar=16,16 : gtk-dialog=32,32 : gtk-dnd=32,32", NULL);
|
||||
#endif
|
||||
|
||||
/*
|
||||
http://developer.gnome.org/doc/API/2.0/gtk/GtkSettings.html
|
||||
|
Loading…
Reference in New Issue
Block a user