diff --git a/demos/03-demo.lisp b/demos/03-demo.lisp
index 2c75cac..bdbd8ba 100644
--- a/demos/03-demo.lisp
+++ b/demos/03-demo.lisp
@@ -173,7 +173,8 @@
The Common Lisp Omnificent GUI
Demo 3
(c) 2021 - David Botton "
- :left (- (/ (width (body app)) 2) 100)
+ :left (- (/ (inner-width (window (body app))) 2.0) 100)
+ :top (- (/ (inner-height (window (body app))) 2.0) 100)
:width 200
:height 200)))
(set-on-window-can-size about (lambda (obj)