Skip to content

Commit ae51cbb

Browse files
committed
spruce up icon demo
1 parent 6e87fad commit ae51cbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MainDemo.Wpf/IconPack.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Margin="0 8 0 0">
2929
Material Design In XAML Toolkit includes the Material Design Icons collection.
3030
</TextBlock>
31-
<TextBlock Margin="0 8 0 0">
31+
<TextBlock Margin="0 12 0 0">
3232
For more information on Material Design Icons see the official website:
3333
<Hyperlink Command="{Binding OpenDotComCommand}">materialdesignicons.com</Hyperlink>
3434
</TextBlock>
@@ -55,6 +55,8 @@
5555
<StackPanel Orientation="Horizontal" Margin="8">
5656
<TextBlock Margin="8 0 0 0" Style="{StaticResource MaterialDesignSubheadingTextBlock}" VerticalAlignment="Center">Usage:</TextBlock>
5757
<TextBox IsReadOnly="True" Margin="8 0 8 0"
58+
FontFamily="Courier New"
59+
FontWeight="Bold"
5860
GotFocus="TextBox_OnGotFocus"
5961
Text="{Binding ElementName=KindsListBox, Path=SelectedValue, StringFormat='&lt;materialDesign:PackIcon Kind=&quot;{0}&quot; \/>'}" />
6062
<materialDesign:PackIcon Kind="{Binding ElementName=KindsListBox, Path=SelectedValue}" VerticalAlignment="Center" />

0 commit comments

Comments
 (0)