From 6278dd2510d692446e2baf0b079850e3e0250f2e Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Mon, 16 Mar 2015 09:00:19 -0400 Subject: Added more skinning options and new functions to Helper.vb --- ShiftOS/Colour Picker.vb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ShiftOS/Colour Picker.vb') diff --git a/ShiftOS/Colour Picker.vb b/ShiftOS/Colour Picker.vb index ee4676c..e1c3065 100644 --- a/ShiftOS/Colour Picker.vb +++ b/ShiftOS/Colour Picker.vb @@ -1762,6 +1762,10 @@ Shifter.shifterskinimages(6) = "" Shifter.shifterskinimages(7) = "" Shifter.shifterskinimages(8) = "" + Case "Username Panel Background" + Shifter.usernamebgcolor = pnlnewcolour.BackColor + Case "Shutdown Button Background" + Shifter.powerpanelbgcolor = pnlnewcolour.BackColor Case "App Launcher Button Colour" Shifter.applauncherbuttoncolour = pnlnewcolour.BackColor If Shifter.skinapplauncherbutton(0) Is Nothing Then Else Shifter.skinapplauncherbutton(0).Dispose() -- cgit v1.2.3