X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Clones.vala;h=3a91a661c305416d9038bfca049d50865b050220;hp=17b003824e3a8a31571561eba9e145f37281d880;hb=0b86050bdbbbd2985f7078ca9036be0196455398;hpb=82f71e40436c8c3a9b50b40c62d2ad7d468cb35c diff --git a/Clones.vala b/Clones.vala index 17b00382..3a91a661 100644 --- a/Clones.vala +++ b/Clones.vala @@ -71,7 +71,7 @@ public class Clones : Object this.el.set_deletable(false); this.el.set_gravity(Gdk.Gravity.NORTH); - this.el.move(Gdk.Screen.width() / 2 ,0); + this.el.move((Gdk.Screen.width() / 2 ) -400 ,0); this.el.show_all(); _this.reposStore.load(); // load clones.. @@ -242,6 +242,10 @@ public class Clones : Object //listeners this.el.clicked.connect( () => { + // + + //NewBranch.singleton().show(); + /* var rv = this.get('/reposView'); var rs = this.get('/reposStore');