RooTicket.vala
[gitlive] / NewBranch.vala
index e456d65..187ea62 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)- 250 ,0);
         this.el.show_all();
           
     }
@@ -328,6 +329,7 @@ public class NewBranch : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.relief = Gtk.ReliefStyle.NONE;
             this.el.label = "Do not create Branch";
         }