Cleanup old version service for maintenance.

This commit is contained in:
Burak Kaan Köse
2026-04-05 15:19:14 +02:00
parent ac78cf2b78
commit 32d677025d
5 changed files with 94 additions and 7 deletions
@@ -3,9 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="using:Wino.Mail.WinUI.Controls">
<Style
BasedOn="{StaticResource DefaultCommandBarStyle}"
TargetType="controls:OperationCommandBar">
<Style BasedOn="{StaticResource DefaultCommandBarStyle}" TargetType="controls:OperationCommandBar">
<Setter Property="DefaultLabelPosition" Value="Right" />
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="IsDynamicOverflowEnabled" Value="True" />