diff options
| author | Michael <[email protected]> | 2017-02-04 11:23:58 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-04 11:23:58 -0500 |
| commit | 22abdea7529c2e51031ff4408d489e1e96414e5d (patch) | |
| tree | 8f4e28c8d1ca3af84f8276d34beea2e6fe510488 /ShiftOS.WinForms/Applications/GraphicPicker.cs | |
| parent | 28a087d2d4961fd80d827df968de0f6f63da07eb (diff) | |
| download | shiftos_thereturn-22abdea7529c2e51031ff4408d489e1e96414e5d.tar.gz shiftos_thereturn-22abdea7529c2e51031ff4408d489e1e96414e5d.tar.bz2 shiftos_thereturn-22abdea7529c2e51031ff4408d489e1e96414e5d.zip | |
Remove unused applications and fix panel buttons
Diffstat (limited to 'ShiftOS.WinForms/Applications/GraphicPicker.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/GraphicPicker.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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<byte[], Image, ImageLayout> cb) |
