X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Clones.vala;h=123d5ae1a32d202e83a0055ac5bb5c0c91c3bbe3;hp=05e6021968bc425fc6bd674cf1900ca6fbaa1a6d;hb=refs%2Fheads%2Fwip_alan_T5639_gitlive_general_tidy_ups;hpb=c72096cda2f560e46a140eff2ec3cf96e747bd58 diff --git a/Clones.vala b/Clones.vala index 05e60219..123d5ae1 100644 --- a/Clones.vala +++ b/Clones.vala @@ -75,7 +75,7 @@ public class Clones : Object this.el.move((Gdk.Screen.width() / 2 ) - (int.min(1280,Gdk.Screen.width()) / 2) ,0); this.el.set_keep_above(true); this.el.set_default_size( - int.max(1280,Gdk.Screen.width()), + int.min(1280,Gdk.Screen.width()), int.max(500,Gdk.Screen.height() - 200) ); this.el.show_all(); @@ -349,7 +349,7 @@ public class Clones : Object //listeners this.el.row_activated.connect( (path, col) => { - if (col.title != "Current Branch") { + if (col.title == "Auto Commit" || col.title == "Auto Push" || col.title == "Auto Branch") { return; }