diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-29 09:57:53 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-29 09:57:53 -0400 |
| commit | ccdbbbed1898c5073dc460a737cdd4b7c7036bb5 (patch) | |
| tree | 8116d7794ad400533939128f958994e0782f7678 /shiftos_next/BWM and CMD Apps/basicwm_infobox.vb | |
| parent | 424931951bf55c2db7a7cb3228bfccc03ea62287 (diff) | |
| download | shiftos-next-ccdbbbed1898c5073dc460a737cdd4b7c7036bb5.tar.gz shiftos-next-ccdbbbed1898c5073dc460a737cdd4b7c7036bb5.tar.bz2 shiftos-next-ccdbbbed1898c5073dc460a737cdd4b7c7036bb5.zip | |
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.
Diffstat (limited to 'shiftos_next/BWM and CMD Apps/basicwm_infobox.vb')
| -rw-r--r-- | shiftos_next/BWM and CMD Apps/basicwm_infobox.vb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shiftos_next/BWM and CMD Apps/basicwm_infobox.vb b/shiftos_next/BWM and CMD Apps/basicwm_infobox.vb index e4ffa55..aed56eb 100644 --- a/shiftos_next/BWM and CMD Apps/basicwm_infobox.vb +++ b/shiftos_next/BWM and CMD Apps/basicwm_infobox.vb @@ -3,7 +3,8 @@ Public userinput As String Public Sub showinfo(title As String, message As String, Optional showtextbox As Boolean = False) - lbtitle.Text = title + Titlebar.AppName = title + Titlebar.shiftorium_special() lbmessage.Text = message btnok.Text = "> OK <" txtuserinput.Visible = showtextbox |
