Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/terminal.py
diff options
context:
space:
mode:
Diffstat (limited to 'terminal.py')
-rw-r--r--terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal.py b/terminal.py
index 0923e9d..b4b8c55 100644
--- a/terminal.py
+++ b/terminal.py
@@ -103,7 +103,7 @@ class TerminalActivity(activity.Activity):
toolbar_box.show()
self._notebook = gtk.Notebook()
- self._notebook.set_property("tab-pos", gtk.POS_BOTTOM)
+ self._notebook.set_property("tab-pos", gtk.POS_TOP)
self._notebook.set_scrollable(True)
self._notebook.show()