Margin 3 -> 5 in Add Button

This commit is contained in:
Ano-sys
2025-03-27 21:48:02 +01:00
parent 8f6980a1e7
commit a274c13330
+1 -1
View File
@@ -45,7 +45,7 @@
</ExperimentalAcrylicBorder.Material>
</ExperimentalAcrylicBorder>
<TextBox x:Name="FocusBox" IsVisible="False"/>
<Button x:Name="AddButton" Margin="3,0"
<Button x:Name="AddButton" Margin="5,0"
Command="{Binding AddButtonPressedCommand}"
FontSize="{Binding FontSize}"
Width="40" HorizontalContentAlignment="Center"