diff options
| author | TheUltimateHacker <[email protected]> | 2015-03-15 08:29:50 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-03-15 08:29:50 -0400 |
| commit | c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20 (patch) | |
| tree | 791766c9fea12835ccabe1486138709460fb043f /ShiftOS/ArtPad.vb | |
| parent | 55795509e5170045772f9b6ae9060a33e65758df (diff) | |
| download | shiftos-c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20.tar.gz shiftos-c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20.tar.bz2 shiftos-c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20.zip | |
Advanced App Launcher added
A very beta Advanced App Launcher has been added. It's in a functional
state, and I'm still working on it.
Diffstat (limited to 'ShiftOS/ArtPad.vb')
| -rw-r--r-- | ShiftOS/ArtPad.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS/ArtPad.vb b/ShiftOS/ArtPad.vb index 355d29e..1bace0d 100644 --- a/ShiftOS/ArtPad.vb +++ b/ShiftOS/ArtPad.vb @@ -13,7 +13,7 @@ Dim canvaswidth As Integer = 150 Dim canvasheight As Integer = 100 - Dim canvasbitmap As New Drawing.Bitmap(canvaswidth, canvasheight) + Public canvasbitmap As New Drawing.Bitmap(canvaswidth, canvasheight) Dim canvascolor As Color = Color.White Dim previewcanvasbitmap As New Drawing.Bitmap(canvaswidth, canvasheight) |
