aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/ArtPad.vb
diff options
context:
space:
mode:
authorpcnerd97 <[email protected]>2015-04-06 21:46:43 +0100
committerpcnerd97 <[email protected]>2015-04-06 21:46:43 +0100
commit1b1969fb009b2b73b5babacca9eeb60fdd91b446 (patch)
tree915050cde7980ceee9dd5130faa8ef1734851bda /ShiftOS/ArtPad.vb
parent3519e197a21e38166cd1be3c100f90bfe20f249b (diff)
downloadshiftos-1b1969fb009b2b73b5babacca9eeb60fdd91b446.tar.gz
shiftos-1b1969fb009b2b73b5babacca9eeb60fdd91b446.tar.bz2
shiftos-1b1969fb009b2b73b5babacca9eeb60fdd91b446.zip
ShiftDock
ShiftDock! This is the dock i created as a mod, i have implemented it into ShiftOS! The program is mostly stable but needs afew small fixes that i will fix. The design of the settings menu also needs work.
Diffstat (limited to 'ShiftOS/ArtPad.vb')
-rw-r--r--ShiftOS/ArtPad.vb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS/ArtPad.vb b/ShiftOS/ArtPad.vb
index 1bace0d..b249c2f 100644
--- a/ShiftOS/ArtPad.vb
+++ b/ShiftOS/ArtPad.vb
@@ -2346,4 +2346,8 @@
Private Sub txtdrawstringtext_TextChanged(sender As Object, e As EventArgs) Handles txtdrawstringtext.TextChanged
setuppreview()
End Sub
+
+ Private Sub titlebar_Paint(sender As Object, e As PaintEventArgs) Handles titlebar.Paint
+
+ End Sub
End Class