From ccdbbbed1898c5073dc460a737cdd4b7c7036bb5 Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Fri, 29 May 2015 09:57:53 -0400 Subject: BWM - Skinning! Yay! ShiftOS Next can finally be Shifted! Yes, that's true. I've added basic skinning to the Basic Window Manager. Currently, the only way to get to it is by typing "open shifter" in the Terminal, and the Shifter will open. Choose the settings you want and hit Apply! This is also the Alpha 3 commit, so after this I'll make the next release. --- shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb') diff --git a/shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb b/shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb index ba9b840..5fe11da 100644 --- a/shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb +++ b/shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb @@ -8,20 +8,7 @@ lbprice.Hide() btnbuy.Hide() lbcodepoints.Text = "Codepoints: " & codepoints - If boughtbasicwm = True Then - lbtitle.TextAlign = ContentAlignment.MiddleLeft - lbtitle.Text = "Shiftorium" 'To make it sentence-case, rather than UPPERCASE. - lbtitle.BackColor = Color.Gray - Me.WindowState = FormWindowState.Normal - Me.Left = (Screen.PrimaryScreen.Bounds.Width - Me.Width) / 2 - Me.Top = (Screen.PrimaryScreen.Bounds.Height - Me.Height) / 2 - Me.TopMost = True - Else - lbtitle.TextAlign = ContentAlignment.MiddleCenter - lbtitle.Text = "SHIFTORIUM" - lbtitle.BackColor = Color.Black - Me.WindowState = FormWindowState.Maximized - End If + Titlebar1.shiftorium_special() End Sub Public Sub determineitems() -- cgit v1.2.3