NewBranch.bjs
[gitlive] / NewBranch.vala
index 1bf1228..187ea62 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 - 250 ,0);
+        this.el.move((Gdk.Screen.width() / 2)- 250 ,0);
         this.el.show_all();
           
     }