From 22abdea7529c2e51031ff4408d489e1e96414e5d Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 4 Feb 2017 11:23:58 -0500 Subject: Remove unused applications and fix panel buttons --- ShiftOS.WinForms/Applications/GraphicPicker.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/Applications/GraphicPicker.cs') diff --git a/ShiftOS.WinForms/Applications/GraphicPicker.cs b/ShiftOS.WinForms/Applications/GraphicPicker.cs index c808440..3799546 100644 --- a/ShiftOS.WinForms/Applications/GraphicPicker.cs +++ b/ShiftOS.WinForms/Applications/GraphicPicker.cs @@ -37,6 +37,7 @@ using ShiftOS.WinForms.Tools; namespace ShiftOS.WinForms.Applications { + [DefaultTitle("Choose graphic")] public partial class GraphicPicker : UserControl, IShiftOSWindow { public GraphicPicker(Image old, string name, ImageLayout layout, Action cb) -- cgit v1.2.3