Files
Wino-Mail/Wino.Mail.WinUI/Styles/ImagePreviewControl.xaml
T

13 lines
433 B
XML
Raw Normal View History

2025-11-15 14:52:01 +01:00
<ResourceDictionary
2025-09-29 11:16:14 +02:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="using:Wino.Controls">
<Style TargetType="controls:ImagePreviewControl">
<Style.Setters>
<Setter Property="Width" Value="44" />
<Setter Property="Height" Value="44" />
2025-09-29 11:16:14 +02:00
</Style.Setters>
</Style>
</ResourceDictionary>