Files

11 lines
580 B
Plaintext
Raw Permalink Normal View History

<UserControl x:Class="EngineeringSync.Setup.Views.Pages.InstallItem"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Margin="0,2">
<StackPanel Orientation="Horizontal">
<TextBlock Text="&#xE73E;" FontFamily="Segoe MDL2 Assets" FontSize="10"
Foreground="#107C10" Margin="0,0,8,0" VerticalAlignment="Center"/>
<TextBlock x:Name="ItemText" FontFamily="Consolas" FontSize="12" Foreground="#1A1A1A"/>
</StackPanel>
</UserControl>