From e931c79593c3a8a8519e2b876108db43db70f183 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Fri, 11 Sep 2015 14:44:18 +0200 Subject: [PATCH] more simple default button svg --- GOLib.csproj | 1 + Images/button.svg | 16 ++++++++++++++++ src/GraphicObjects/Button.cs | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 Images/button.svg diff --git a/GOLib.csproj b/GOLib.csproj index 0cfcf445..fe1f6e26 100644 --- a/GOLib.csproj +++ b/GOLib.csproj @@ -192,6 +192,7 @@ + diff --git a/Images/button.svg b/Images/button.svg new file mode 100644 index 00000000..314f63fb --- /dev/null +++ b/Images/button.svg @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/src/GraphicObjects/Button.cs b/src/GraphicObjects/Button.cs index c092ac1e..8a4bbed7 100644 --- a/src/GraphicObjects/Button.cs +++ b/src/GraphicObjects/Button.cs @@ -47,7 +47,7 @@ namespace go get { return base.Focusable; } set { base.Focusable = value; } } - [XmlAttributeAttribute()][DefaultValue("#go.Images.Icons.buttest4.svg")] + [XmlAttributeAttribute()][DefaultValue("#go.Images.button.svg")] public override Picture BackgroundImage { get { return base.BackgroundImage; -- 2.47.3