From df95837ade1f67f984dc43616cadfa1d096a6ee1 Mon Sep 17 00:00:00 2001 From: Eugene Sunrise Date: Fri, 20 Sep 2024 23:43:30 +1000 Subject: [PATCH] margin changes --- Xamlify/Views/XamlifyWindow.axaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Xamlify/Views/XamlifyWindow.axaml b/Xamlify/Views/XamlifyWindow.axaml index 4b4067f..7eaf38f 100644 --- a/Xamlify/Views/XamlifyWindow.axaml +++ b/Xamlify/Views/XamlifyWindow.axaml @@ -17,6 +17,7 @@ PointerReleased="InputElement_OnPointerReleased" PointerMoved="InputElement_OnPointerMoved" PointerPressed="InputElement_OnPointerPressed" + ExtendClientAreaToDecorationsHint="True" Title="Xamlify"> @@ -87,14 +88,14 @@ Grid.Row="0" Grid.Column="1" IsReadOnly="True" - Margin="0,0,0,10" + Margin="0,40,1,10" BorderBrush="Gray" Watermark="DROP YOUR SVG THERE" Theme="{DynamicResource MyTextBox}" Text="{Binding MyText}" AcceptsReturn="True" Background="Transparent" - BorderThickness="1 0 0 1" + BorderThickness="1" Foreground="White" /> \ No newline at end of file