Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.
Fri Oct 25 23:36:30 2002 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
37b4521264
commit
bbecef6e1f
@ -1,3 +1,7 @@
|
||||
Fri Oct 25 23:36:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.
|
||||
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Fri Oct 25 23:36:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.
|
||||
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Fri Oct 25 23:36:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.
|
||||
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Fri Oct 25 23:36:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.
|
||||
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Fri Oct 25 23:36:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.
|
||||
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Fri Oct 25 23:36:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.
|
||||
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
|
||||
@ -47,9 +47,9 @@
|
||||
#define DEFAULT_POPUP_DELAY 225
|
||||
#define DEFAULT_POPDOWN_DELAY 1000
|
||||
|
||||
#define NAVIGATION_REGION_OVERSHOOT 50 /* How much the navigation region
|
||||
* extends below the submenu
|
||||
*/
|
||||
#define NAVIGATION_REGION_OVERSHOOT 5 /* How much the navigation region
|
||||
* extends below the submenu
|
||||
*/
|
||||
|
||||
#define MENU_SCROLL_STEP 10
|
||||
#define MENU_SCROLL_ARROW_HEIGHT 16
|
||||
|
||||
Reference in New Issue
Block a user