From d5255faf915c666bc8ce31c267ab346f391a84e4 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 7 Feb 2005 14:18:33 +0000 Subject: [project @ 2005-02-07 14:18:33 by rjw] Create nested themes at the correct place in the choices window svn path=/import/netsurf/; revision=1495 --- riscos/dialog.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/dialog.c') diff --git a/riscos/dialog.c b/riscos/dialog.c index 223c268d0..8c8aa4350 100644 --- a/riscos/dialog.c +++ b/riscos/dialog.c @@ -1397,10 +1397,11 @@ void ro_gui_dialog_load_themes(void) { warn_user("WimpError", error->errmess); return; } + parent_width = state.visible.x1 - state.visible.x0; min_extent = state.visible.y0 - state.visible.y1; nested_y = 0; - base_extent = state.visible.y1; + base_extent = state.visible.y1 - state.yscroll; extent.x1 = parent_width; link = toolbars; new_icon.w = dialog_config_th_pane; -- cgit v1.2.3