From e92af1bc7fe5cd5860206061f4ff261b3339cc51 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 13 Jul 2017 08:40:47 -0400 Subject: SidePanel system, system status, crapton of other neat things --- ShiftOS.Frontend/Infobox.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ShiftOS.Frontend/Infobox.cs') diff --git a/ShiftOS.Frontend/Infobox.cs b/ShiftOS.Frontend/Infobox.cs index a71785b..18bf60a 100644 --- a/ShiftOS.Frontend/Infobox.cs +++ b/ShiftOS.Frontend/Infobox.cs @@ -182,6 +182,16 @@ namespace ShiftOS.Frontend this.Layout(); } + protected override void OnLayout() + { + try + { + btnok.Y = this.Height - btnok.Height - 10; + flyesno.Y = this.Height - flyesno.Height - 10; + } + catch { } + } + private Control panel1; private TextControl lbmessage; -- cgit v1.2.3