diff --git a/clog-gui.lisp b/clog-gui.lisp
index 4a4b3a6..e666da8 100644
--- a/clog-gui.lisp
+++ b/clog-gui.lisp
@@ -389,7 +389,7 @@ The on-window-change clog-obj received is the new window"))
style='cursor:pointer;user-select:none;'>X
~A
- +
"
@@ -408,6 +408,9 @@ The on-window-change clog-obj received is the new window"))
(setf (sizer win) (attach-as-child win (format nil "~A-sizer" html-id)))
(setf (content win) (attach-as-child win (format nil "~A-body" html-id)))
(set-on-pointer-down (win-title win) 'on-gui-drag-down :capture-pointer t)
+ (set-on-double-click (win-title win) (lambda (obj)
+ (setf (width win) (unit :px 800))
+ (setf (height win) (unit :px 600))))
(set-on-pointer-down (sizer win) 'on-gui-drag-down :capture-pointer t)
(set-on-click (closer win) (lambda (obj)
(declare (ignore obj))