[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
This commit is contained in:
Richard Wilson 2005-02-07 14:18:33 +00:00
parent 12de122415
commit d5255faf91

View File

@ -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;