[gevice] src/gevice.py: set paned position.



commit ccece2baf3caeb1e6dab5bcabc383fd68bb66e14
Author: Alejandro ValdÃs Jimenez <avaldes gnome org>
Date:   Fri Dec 28 17:59:04 2012 -0300

    src/gevice.py: set paned position.

 ChangeLog             |    4 ++++
 data/other/testing.db |  Bin 5120 -> 5120 bytes
 src/gevice.py         |    2 +-
 3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 48065c9..51c8727 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 2012-12-28  Alejandro Valdes Jimenez  <avaldes gnome org>
+	* data/other/testing.db:
+	* src/gevice.py: set paned position.
+
+2012-12-28  Alejandro Valdes Jimenez  <avaldes gnome org>
 	* configure.ac: add check for sqlite3 program.
 
 2012-12-28  Alejandro Valdes Jimenez  <avaldes gnome org>
diff --git a/data/other/testing.db b/data/other/testing.db
index f36f5f0..a70abc8 100644
Binary files a/data/other/testing.db and b/data/other/testing.db differ
diff --git a/src/gevice.py b/src/gevice.py
index 98e02f1..582e581 100755
--- a/src/gevice.py
+++ b/src/gevice.py
@@ -121,7 +121,7 @@ class Gevice:
     
     self.hpaned.add2 (self.notebook)
     # a negative value means that the position is unset.
-    self.hpaned.set_position (-1)
+    self.hpaned.set_position (250)
     
     # load preferences
     self.gpref = geviceprefer.GevicePrefer(self)



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