[dev-console] - Interfaces fixed: memphis, logviewer

This commit is contained in:
Eduardo Silva
2007-01-03 23:51:08 -03:00
parent e28a1b27ee
commit 3dd0def247
7 changed files with 130 additions and 53 deletions
@@ -0,0 +1 @@
from terminal import Interface
+5 -1
View File
@@ -149,7 +149,11 @@ class Multiple:
def __init__(self):
self.notebook = gtk.Notebook()
self.add_new_terminal()
t_width = gtk.gdk.screen_width()
t_height = gtk.gdk.screen_height() * 83 / 100
self.notebook.set_size_request(t_width, t_height)
self.add_new_terminal()
open_terminal = gtk.Button('Open a new terminal')
open_terminal.connect("clicked", self.add_new_terminal)