Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar3/graphics/notebook.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar3/graphics/notebook.py')
-rw-r--r--src/sugar3/graphics/notebook.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sugar3/graphics/notebook.py b/src/sugar3/graphics/notebook.py
index 603b7c9..e1cafcc 100644
--- a/src/sugar3/graphics/notebook.py
+++ b/src/sugar3/graphics/notebook.py
@@ -104,8 +104,8 @@ class Notebook(gtk.Notebook):
tab_button.show()
tab_label.show()
- tab_box.pack_start(tab_label, True)
- tab_box.pack_start(tab_button, True)
+ tab_box.pack_start(tab_label, True, False, 0)
+ tab_box.pack_start(tab_button, True, False, 0)
tab_box.show_all()
event_box.add(tab_box)