Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-05-25 20:30:30 (GMT)
committer Ignacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-05-25 20:30:30 (GMT)
commit932a14863823e836a2b0752b66a3dc937c810d87 (patch)
tree9cae4feeeb363fe00513c8d9d7dd07e1a9be8901
parent296f892f69c64e30f7cea0a6e4dcec811e47faa9 (diff)
Correción de tamaño con iconos.
-rw-r--r--BasePanel.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/BasePanel.py b/BasePanel.py
index 940f8a9..855adb5 100644
--- a/BasePanel.py
+++ b/BasePanel.py
@@ -44,11 +44,10 @@ class BasePanel(Gtk.Paned):
self.toolbararchivo = ToolbarArchivo()
self.infonotebook_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
- self.infonotebook_box.pack_start(self.toolbarproyecto, False, False, 0)
+ self.infonotebook_box.pack_start(self.toolbarproyecto, False, True, 0)
self.infonotebook_box.pack_end(self.infonotebook, True, True, 0)
- x = Gdk.Screen.width() / 3.5
-
+ x = 40*7
self.infonotebook_box.set_size_request(x, -1)
self.workpanel_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)