Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <erikos@laptop.pennylane>2009-09-02 22:31:52 (GMT)
committer Simon Schampijer <erikos@laptop.pennylane>2009-09-02 22:31:52 (GMT)
commitd915ceb749acdc16ee532cc5aa1b871f75f551f8 (patch)
tree05a82689117a66fd857563ece90d32e695c8fb09
parent8b3134e082eb3e50149ea7f88b746b58649abe1c (diff)
Position tabs at the top
-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()