From d23134bdc543eb88efb3afc2ca4f99df93e8eef6 Mon Sep 17 00:00:00 2001 From: Noah Kiser <96897936+KiserDesigns@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:40:53 -0500 Subject: [PATCH] Reduce Minimum window size From 1280x720 to 1000x600 To fit window in top-half / top-third of portrait 1920x1080 monitor: +------------+ | SourceGit | | | +------------+ |File Browser| | | +------------+ | Web Browser| | | +------------+ --- src/Views/Launcher.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/Launcher.axaml b/src/Views/Launcher.axaml index f8bbf93e..b30789d9 100644 --- a/src/Views/Launcher.axaml +++ b/src/Views/Launcher.axaml @@ -10,7 +10,7 @@ x:DataType="vm:Launcher" Icon="/App.ico" Title="SourceGit" - MinWidth="1280" MinHeight="720" + MinWidth="1024" MinHeight="600" WindowStartupLocation="CenterScreen">