Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornative <findathar@gmail.com>2014-03-08 14:10:02 (GMT)
committer native <findathar@gmail.com>2014-03-08 14:10:02 (GMT)
commitd9f73d370133d783fee267db2c145a64bbacdc0a (patch)
treead35e99c5eda57e9362323fa45e365cd5e5c71ed
parent5c949492169101426ec7e51ffdeaf2a1c1c1485c (diff)
-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()