summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 283b5d919..013a48044 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2739,8 +2739,8 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
WA_RMBTrap,TRUE,
WA_Top,0,
WA_Left,0,
- WA_Width,option_window_width,
- WA_Height,option_window_height,
+ WA_Width, scrn->Width,
+ WA_Height, scrn->Height,
WA_SizeGadget, FALSE,
WA_CustomScreen,scrn,
WA_ReportMouse,TRUE,