From: Alan Knowles Date: Tue, 30 Oct 2018 09:05:23 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=23869c9fff0ace220b0ae7bc8a1e1d8fa8d67e37 NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index 2af96c6d..8933acf7 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -93,6 +93,7 @@ "label" : "Do not create Branch", "* pack" : "add_action_widget,0", "xtype" : "Button", + "Gtk.ReliefStyle relief" : "Gtk.ReliefStyle.NONE", "$ xns" : "Gtk" }, { diff --git a/NewBranch.vala b/NewBranch.vala index e456d65d..a39b2ea2 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -328,6 +328,7 @@ public class NewBranch : Object // my vars (dec) // set gobject values + this.el.relief = Gtk.ReliefStyle.NONE; this.el.label = "Do not create Branch"; }