mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
[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:
parent
12de122415
commit
d5255faf91
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user