Skip to content

Commit 6f30275

Browse files
authored
Icon tool design fix (#1753)
Minor spacing tweaks
1 parent 748a896 commit 6f30275

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

WinUIGallery/Samples/ControlPages/DesignGuidance/IconographyPage.xaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@
112112
</Paragraph>
113113
<Paragraph>
114114
On Windows 11: There's nothing you need to do, the font comes with Windows.<LineBreak />
115-
On Windows 10: Segoe Fluent Icons is not included by default on Windows 10. You can download it <Hyperlink NavigateUri="https://learn.microsoft.com/windows/apps/design/downloads/#fonts">here</Hyperlink>
116-
.</Paragraph>
115+
On Windows 10: Segoe Fluent Icons is not included by default on Windows 10. You can download it <Hyperlink NavigateUri="https://learn.microsoft.com/windows/apps/design/downloads/#fonts">here</Hyperlink>.</Paragraph>
117116
</RichTextBlock>
118117
</toolkit:SettingsCard>
119118
<toolkit:SettingsCard
@@ -190,7 +189,7 @@
190189
BorderThickness="1,0,0,0"
191190
DataContext="{x:Bind}"
192191
Visibility="Collapsed">
193-
<StackPanel>
192+
<StackPanel Spacing="2">
194193
<FontIcon
195194
Margin="0,0,0,24"
196195
HorizontalAlignment="Left"
@@ -219,7 +218,6 @@
219218
Text="XAML" />
220219
<controls:SampleCodePresenter x:Name="XAMLCodePresenter" Style="{StaticResource CodeValuePresenterStyle}" />
221220
<TextBlock
222-
Margin="0,0,0,4"
223221
FontSize="12"
224222
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
225223
Text="C#" />

0 commit comments

Comments
 (0)