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