Partial Fix #5782 - messing around with libgit2-glib
[gitlive] / Ticket.vala
index 04d431c..8154ad7 100644 (file)
@@ -110,7 +110,7 @@ public class Ticket : Object
        _this.spinner.el.start();       
        this.el.set_keep_above(true);    
        this.el.move((Gdk.Screen.width() / 2)- 250 ,0);
-       this.el.set_default_size( 500,200); // not sure why it grows..
+       this.el.set_default_size( 500,100); // not sure why it grows..
        
        GLib.debug("Showing dialog?"); 
         Timeout.add_seconds(1, () => {