From 9f848c7631f590b589a4436332d672ba70e39796 Mon Sep 17 00:00:00 2001 From: Christopher Keller Date: Wed, 5 Sep 2012 01:47:22 -0700 Subject: [PATCH] Temp display staic text would cause rearranging of controls on main window resize. Adjusted the span so the static text could span all the controls on the left panel. --- pronterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pronterface.py b/pronterface.py index 33c898b..bec500b 100755 --- a/pronterface.py +++ b/pronterface.py @@ -794,7 +794,7 @@ class PronterWindow(wx.Frame, pronsole.pronsole): self.graph = Graph(self.panel, wx.ID_ANY) lls.Add(self.graph, pos = (3, 5), span = (3, 3)) - lls.Add(self.tempdisp, pos = (6, 0), span = (1, 1)) + lls.Add(self.tempdisp, pos = (6, 0), span = (1, 9)) self.gviz = gviz.gviz(self.panel, (300, 300), build_dimensions = self.build_dimensions_list,