From 68362b4c6fe2e740ac02f7b4cb1ae77de3cfbd09 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 3 Jul 2017 08:55:21 -0400 Subject: major optimizations, draggable windows --- ShiftOS.Frontend/ShiftOS.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.Frontend/ShiftOS.cs') 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(); -- cgit v1.2.3