[d-feet] Increase the paned position



commit 38a50725146a2f28eb7d274e68471cbef006609c
Author: Johan Dahlin <johan gnome org>
Date:   Mon Aug 16 17:45:17 2010 -0300

    Increase the paned position
    
    This makes the services treeview a bit larger and allow
    you to see most of the services names on my system

 dfeet/_ui/busbox.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dfeet/_ui/busbox.py b/dfeet/_ui/busbox.py
index 30bd212..f7d6996 100644
--- a/dfeet/_ui/busbox.py
+++ b/dfeet/_ui/busbox.py
@@ -55,7 +55,7 @@ class BusBox(gtk.VBox):
 
         self.paned.pack1(self.busname_box)
         self.paned.pack2(self.busname_info_box)
-        self.paned.set_position(200)
+        self.paned.set_position(300)
         self.pack_start(self.paned, True, True)
 
         ui.connect_signals(signal_dict)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]