Button style in input editor.

This commit is contained in:
Frank Skare
2021-08-23 01:14:25 +02:00
parent 5070b166d9
commit 6720e2429e

View File

@@ -37,6 +37,8 @@
<Setter Property="MinHeight" Value="22" /> <Setter Property="MinHeight" Value="22" />
<Setter Property="Cursor" Value="Hand" /> <Setter Property="Cursor" Value="Hand" />
</Style> </Style>
<Style TargetType="Button" />
</Window.Resources> </Window.Resources>
<Grid> <Grid>