Skip to content

Commit

Permalink
margin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneSunrise committed Sep 20, 2024
1 parent a3723c5 commit df95837
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Xamlify/Views/XamlifyWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
PointerReleased="InputElement_OnPointerReleased"
PointerMoved="InputElement_OnPointerMoved"
PointerPressed="InputElement_OnPointerPressed"
ExtendClientAreaToDecorationsHint="True"
Title="Xamlify">

<Design.DataContext>
Expand Down Expand Up @@ -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" />
</Grid>
</Window>

0 comments on commit df95837

Please sign in to comment.