From 02682da18bcb618b5966feb3f5c86823a204b128 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Wed, 16 May 2012 21:07:22 -0400
Subject: [PATCH] fixed minor console resizing artifact where the bottom bar
 grew in size when y was greater than the original size

---
 src/pd.tk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pd.tk b/src/pd.tk
index 5153a30f0..53b6417e0 100644
--- a/src/pd.tk
+++ b/src/pd.tk
@@ -730,7 +730,7 @@ match_linux_wm [list label .printout.bar.label -text "Send Message to Pd:"]
 
 pack .printout.frame.scroll -side right -fill y
 pack .printout.frame.text -side left -fill both -expand 1
-pack .printout.bar -side bottom -fill x -expand 1
+pack .printout.bar -side bottom -fill x -expand 0
 pack .printout.frame -fill both -expand 1
 pack .printout.bar.clear -side left -padx 3 -pady 3
 #pack .printout.bar.x -side right -padx 3 -pady 3
-- 
GitLab