From d9f73d370133d783fee267db2c145a64bbacdc0a Mon Sep 17 00:00:00 2001 From: native Date: Sat, 08 Mar 2014 14:10:02 +0000 Subject: final --- diff --git a/layout.py b/layout.py index ee43732..c7b17db 100644 --- a/layout.py +++ b/layout.py @@ -204,7 +204,7 @@ class CalcLayout: eb = Gtk.EventBox() eb.add(self.pad) eb.modify_bg(Gtk.StateType.NORMAL, self.col_black) - self.grid.attach(eb, 0, 7, 6, 22) + self.grid.attach(eb, 0, 7, 6, 26) # Right part: container and equation button hc2 = Gtk.HBox() -- cgit v0.9.1