From 1b1969fb009b2b73b5babacca9eeb60fdd91b446 Mon Sep 17 00:00:00 2001 From: pcnerd97 Date: Mon, 6 Apr 2015 21:46:43 +0100 Subject: 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. --- ShiftOS/ArtPad.vb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ShiftOS/ArtPad.vb') 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 -- cgit v1.2.3