fix(ui): render Plus and agent-settings gear icons

Icon.Plus was stroke-only geometry, invisible when used in a PathIcon
(fills). Author it as a filled cross, fixing every PathIcon use at once
(New-session, add-list, add-task). Replace the header bar's raw gear
TextBlock with the shared Icon.Settings PathIcon for consistency.
This commit is contained in:
mika kuns
2026-07-24 11:13:52 +02:00
parent efd7cc9b0a
commit ad2acddc9a
2 changed files with 3 additions and 3 deletions
@@ -65,7 +65,7 @@
IsEnabled="{Binding AgentSettings.IsEnabled}"
VerticalAlignment="Top"
Margin="6,0,0,0">
<TextBlock Text="⚙" FontSize="{StaticResource FontSizeTaskTitle}"/>
<PathIcon Data="{StaticResource Icon.Settings}" Width="15" Height="15"/>
<Button.Flyout>
<Flyout Placement="BottomEdgeAlignedRight" ShowMode="Standard">
<StackPanel Width="340" Spacing="10" Margin="4">