diff --git a/library.py b/library.py
index 86bde44..f7bfb89 100644
--- a/library.py
+++ b/library.py
@@ -128,7 +128,7 @@ class View(gtk.EventBox):
         custom.append_page(custom_stub)
         custom.append_page(custom_widget)
         custom.set_size_request(gtk.gdk.screen_width()/4*3,
-                gtk.gdk.screen_height()/2)
+                gtk.gdk.screen_height()/2 - 55)
 
         # workspace
 
