From 3172f7fea259eb7618e87e90b66cf2f6299d7cda Mon Sep 17 00:00:00 2001 From: Rudy Huyn Date: Wed, 16 Dec 2020 14:46:37 -0800 Subject: [PATCH] Prevents the user interface from shifting upwards at launch (#633) Co-authored-by: Matt Cooley Co-authored-by: Pepe Rivera --- src/Calculator/Views/TitleBar.xaml | 2 - src/Calculator/Views/TitleBar.xaml.cpp | 51 ++++++++++++++++---------- src/Calculator/Views/TitleBar.xaml.h | 5 +-- 3 files changed, 33 insertions(+), 25 deletions(-) diff --git a/src/Calculator/Views/TitleBar.xaml b/src/Calculator/Views/TitleBar.xaml index cc5120be..98e6d045 100644 --- a/src/Calculator/Views/TitleBar.xaml +++ b/src/Calculator/Views/TitleBar.xaml @@ -27,7 +27,6 @@