From 23869c9fff0ace220b0ae7bc8a1e1d8fa8d67e37 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 17:05:23 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 1 + NewBranch.vala | 1 + 2 files changed, 2 insertions(+) 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"; } -- 2.39.2