diff options
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.cs')
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.cs b/ShiftOS.Frontend/ShiftOS.cs index a2b1d67..396132c 100644 --- a/ShiftOS.Frontend/ShiftOS.cs +++ b/ShiftOS.Frontend/ShiftOS.cs @@ -73,6 +73,7 @@ namespace ShiftOS.Frontend justthes.Image = Properties.Resources.justthes; justthes.X = 15; justthes.Y = 15; + justthes.Opacity = 0.5; UIManager.AddTopLevel(justthes); _titleLabel = new GUI.TextControl(); |
