refactor(ui): use shared section style in ListSettingsModal

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mika kuns
2026-05-30 17:52:30 +02:00
parent fb3a6acf52
commit 9f49b0131f

View File

@@ -18,16 +18,6 @@
<KeyBinding Gesture="Enter" Command="{Binding SaveCommand}"/> <KeyBinding Gesture="Enter" Command="{Binding SaveCommand}"/>
</Window.KeyBindings> </Window.KeyBindings>
<Window.Styles>
<Style Selector="Border.section">
<Setter Property="BorderBrush" Value="{DynamicResource LineBrush}"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="CornerRadius" Value="6"/>
<Setter Property="Padding" Value="14"/>
<Setter Property="Background" Value="{DynamicResource DeepBrush}"/>
</Style>
</Window.Styles>
<ctl:ModalShell Title="LIST SETTINGS" CloseCommand="{Binding CancelCommand}"> <ctl:ModalShell Title="LIST SETTINGS" CloseCommand="{Binding CancelCommand}">
<ctl:ModalShell.Footer> <ctl:ModalShell.Footer>
<Grid ColumnDefinitions="Auto,*,Auto" VerticalAlignment="Center" Margin="16,0"> <Grid ColumnDefinitions="Auto,*,Auto" VerticalAlignment="Center" Margin="16,0">