Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/layout.py
diff options
context:
space:
mode:
Diffstat (limited to 'layout.py')
-rw-r--r--layout.py2
1 files changed, 1 insertions, 1 deletions
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()