From b355cc55af0f5a06bbe27ae1ab3da82787bea89c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 1 Jan 2021 16:13:46 +0100 Subject: Add space above the logo. --- guile-studio-configure.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guile-studio-configure.scm b/guile-studio-configure.scm index ff1f149..5998863 100644 --- a/guile-studio-configure.scm +++ b/guile-studio-configure.scm @@ -114,6 +114,7 @@ with the " (image-width (and img (car (image-size img)))) (window-width (window-width))) (when img + (insert "\n") (when (> window-width image-width) ;; Center the image in the window. (insert (propertize " " 'display -- cgit v1.2.3