summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-06 23:40:13 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-06 23:40:13 +0000
commit40076ea422458fde1799fd383b475586ee112c3f (patch)
tree3816f2be8cfd8137d3172cc6655ef4b70769553b /amiga/gui.c
parent912b9de92808c43a78680d41bba1ad982e120d86 (diff)
downloadnetsurf-40076ea422458fde1799fd383b475586ee112c3f.tar.gz
netsurf-40076ea422458fde1799fd383b475586ee112c3f.tar.bz2
Allow the size of the web search gadget to be user-set
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index c71afde71..a1a9468f0 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3064,7 +3064,7 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
GA_HintInfo, g->shared->helphints[GID_SEARCHSTRING],
StringEnd,
LayoutEnd,
- CHILD_WeightedWidth, 0,
+ CHILD_WeightedWidth, nsoption_int(web_search_width),
LAYOUT_AddChild, g->shared->objects[GID_THROBBER] = SpaceObject,
GA_ID,GID_THROBBER,
SPACE_MinWidth,throbber_width,