This commit is contained in:
2025-11-16 13:34:34 +01:00
parent 72a8830891
commit 2858346c00
2 changed files with 5 additions and 1 deletions

View File

@@ -18,4 +18,8 @@
<Style Selector="TextBlock"> <Style Selector="TextBlock">
<Setter Property="VerticalAlignment" Value="Center"/> <Setter Property="VerticalAlignment" Value="Center"/>
</Style> </Style>
<Style Selector="Label">
<Setter Property="VerticalAlignment" Value="Center"/>
</Style>
</Styles> </Styles>

View File

@@ -7,7 +7,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Version>1.2.14</Version> <Version>1.2.15</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>