NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 09:05:23 +0000 (17:05 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 09:05:23 +0000 (17:05 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 2af96c6..8933acf 100644 (file)
@@ -93,6 +93,7 @@
      "label" : "Do not create Branch",
      "* pack" : "add_action_widget,0",
      "xtype" : "Button",
+     "Gtk.ReliefStyle relief" : "Gtk.ReliefStyle.NONE",
      "$ xns" : "Gtk"
     },
     {
index e456d65..a39b2ea 100644 (file)
@@ -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";
         }