From a0875b261f7c14c0ea932c2bd5412b6834989c9b Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 13 Mar 2005 01:23:10 +0000 Subject: [project @ 2005-03-13 01:23:10 by rjw] Scale view is now applied to all content types. Ctrl+Q/Ctrl+W no longer step along a linear scale. svn path=/import/netsurf/; revision=1533 --- riscos/gui.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index 47844115e..0f8661b88 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -371,10 +371,10 @@ void ro_gui_theme_install_click(wimp_pointer *pointer); #define ICON_ZOOM_VALUE 1 #define ICON_ZOOM_DEC 2 #define ICON_ZOOM_INC 3 -#define ICON_ZOOM_50 5 -#define ICON_ZOOM_80 6 -#define ICON_ZOOM_100 7 -#define ICON_ZOOM_120 8 +#define ICON_ZOOM_75 5 +#define ICON_ZOOM_100 6 +#define ICON_ZOOM_150 7 +#define ICON_ZOOM_200 8 #define ICON_ZOOM_CANCEL 9 #define ICON_ZOOM_OK 10 -- cgit v1.2.3