From 88117b5578f39169a775abb5435d3f72110c0ff8 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Mon, 7 Mar 2016 01:35:06 -0500
Subject: [PATCH] match console control height with the printout area

---
 pd/nw/css/default.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css
index b5f45578f..b6b408d0f 100644
--- a/pd/nw/css/default.css
+++ b/pd/nw/css/default.css
@@ -27,6 +27,7 @@
 
 #console_controls {
     background-color: LightGray;
+    height: 40px;
 } 
 
 #control_frame {
@@ -142,7 +143,7 @@
 /* This needs to be renamed, since the "Find" bar is actually at the bottom */
 #console_bottom {
     position: absolute;
-    top: 50px;
+    top: 40px;
     left: 0px;
     right: 0px;
     bottom: 0px;
-- 
GitLab