Main Windows Cleanup

This commit is contained in:
Brett Hewitson 2021-12-18 10:43:11 +10:00
parent 40b85340ae
commit a3dbf0842a
3 changed files with 145 additions and 133 deletions

View file

@ -106,7 +106,7 @@
<Style x:Key="ButtonStyle1" TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
<Setter Property="Background" Value="#00ffffff"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="BorderThickness" Value="0"/>
<Setter Property="Width" Value="22"/>
<Setter Property="Height" Value="22"/>
<Setter Property="Margin" Value="2"/>