aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/ArtPad.vb
diff options
context:
space:
mode:
authorTheUltimateHacker <[email protected]>2015-03-15 08:29:50 -0400
committerTheUltimateHacker <[email protected]>2015-03-15 08:29:50 -0400
commitc8d95621fb1f8ebab23cd7e3eeacb26b6e018e20 (patch)
tree791766c9fea12835ccabe1486138709460fb043f /ShiftOS/ArtPad.vb
parent55795509e5170045772f9b6ae9060a33e65758df (diff)
downloadshiftos-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.vb2
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)