NewBranch.bjs
[gitlive] / NewBranch.vala
index b39edb3..1bf1228 100644 (file)
@@ -63,7 +63,7 @@ public class NewBranch : Object
     public   void show ( ) 
     {
          // this.el.set_gravity(Gdk.Gravity.NORTH);
-        this.el.move(Gdk.Screen.width() / 2 ,0);
+        this.el.move(Gdk.Screen.width() / 2 - 250 ,0);
         this.el.show_all();
           
     }