X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Clones.vala;h=8b0da7992c9c28cf2faee82e9af2f5518bad902d;hp=befa7f30ed012ba691ca937d5ff87fd67b6ffa65;hb=424eebf8a96c11d28b3da871c3e1560638d3511f;hpb=2ac46b7e5e54b5382df0c55b865e47a9937e15f8 diff --git a/Clones.vala b/Clones.vala index befa7f30..8b0da799 100644 --- a/Clones.vala +++ b/Clones.vala @@ -169,6 +169,12 @@ public class Clones : Object // set gobject values this.el.label = "Add Repository"; + // init method + + { + this.el.get_style_context().add_class("suggested-action"); + } + //listeners this.el.clicked.connect( () => { Clone.singleton().show(this.el);