From 9bcadf3523f8a64737b15ad3612204d9b7482022 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 23 Aug 2024 10:57:33 +0800 Subject: [PATCH] ux: using WrapPanel instead of StackPanel to prevent content out of bounds (#396) --- src/Views/Checkout.axaml | 19 ++++++++++++------- src/Views/CreateBranch.axaml | 21 ++++++++++++++------- src/Views/Pull.axaml | 24 +++++++++++++++++------- 3 files changed, 43 insertions(+), 21 deletions(-) diff --git a/src/Views/Checkout.axaml b/src/Views/Checkout.axaml index 02ed64b7..eaf2e79e 100644 --- a/src/Views/Checkout.axaml +++ b/src/Views/Checkout.axaml @@ -13,7 +13,12 @@ Classes="bold" Text="{DynamicResource Text.Checkout}"/> - + + + + + + - - + + - + - + diff --git a/src/Views/CreateBranch.axaml b/src/Views/CreateBranch.axaml index 156e9766..3516c317 100644 --- a/src/Views/CreateBranch.axaml +++ b/src/Views/CreateBranch.axaml @@ -14,7 +14,14 @@ - + + + + + + + + - - + + - + - + - + + + + + + + + + + + - - + + - + - +