From ecb1dbd33a0eb78178b6cddb8c1fcef97d51204d Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Sat, 28 Mar 2015 15:10:56 -0400 Subject: Gecko Implementation Rest in Pieces, Trident! I've converted the Internet Browser to Gecko, the Firefox Rendering Engine. Virtually no code has been changed (unless you include the other stuff I'm working on like FullScreenLogin.vb) --- ShiftOS/FullScreenLogin.vb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'ShiftOS/FullScreenLogin.vb') diff --git a/ShiftOS/FullScreenLogin.vb b/ShiftOS/FullScreenLogin.vb index af38901..f9deb1b 100644 --- a/ShiftOS/FullScreenLogin.vb +++ b/ShiftOS/FullScreenLogin.vb @@ -7,7 +7,7 @@ End Sub Public Sub setskin() - Me.BackColor = Skins.loginbgcolor + Me.BackColor = Color.Black Me.BackgroundImage = Skins.loginbg Me.BackgroundImageLayout = Skins.loginbglayout userpic.Size = New Size(Skins.userimagesize, Skins.userimagesize) @@ -15,14 +15,6 @@ userpic.BackColor = Color.Transparent userpic.BackgroundImageLayout = Skins.userimagelayout If Not IsNothing(Skins.userimagelocation) Then userpic.Location = Skins.userimagelocation - txtusername.ForeColor = Skins.inputforecolor - txtpassword.ForeColor = Skins.inputforecolor - txtusername.BackColor = Skins.inputbackcolor - txtpassword.BackColor = Skins.inputbackcolor - txtusername.Font = New Font(Skins.inputfont, Skins.inputfontsize, Skins.inputfontstyle) - txtpassword.Font = New Font(Skins.inputfont, Skins.inputfontsize, Skins.inputfontstyle) - loginbtn.Font = New Font(Skins.buttonfont, Skins.buttonfontsize, Skins.buttonfontstyle) - shutdown.Font = New Font(Skins.buttonfont, Skins.buttonfontsize, Skins.buttonfontstyle) txtusername.Location = New Point(Skins.userTextboxX, Skins.userTextBoxY) txtpassword.Location = New Point(Skins.passTextBoxX, Skins.passTextBoxY) loginbtn.Location = New Point(Skins.loginbtnX, Skins.loginbtnY) -- cgit v1.2.3