another fix

This commit is contained in:
2025-11-16 08:44:04 +01:00
parent f0057ccad2
commit 40a28aecf3
2 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:controls="https://git.pilzinsel64.de/pilz-framework/pilz"
xmlns:dialogs="clr-namespace:Pilz.UI.AvaloniaUI.Dialogs"
xmlns:symbols="clr-namespace:Pilz.UI.Symbols;assembly=Pilz.UI"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
@@ -28,7 +29,8 @@
x:Name="ImageTitle"
HorizontalAlignment="Left"
VerticalAlignment="Center"
Width="16"
Width="{x:Static symbols:SymbolGlobals.DefaultImageSmallSize}"
Height="{x:Static symbols:SymbolGlobals.DefaultImageSmallSize}"
/>
<TextBlock

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>1.2.9</Version>
<Version>1.2.10</Version>
</PropertyGroup>
<ItemGroup>