mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
style<Exceptions>: use Microsoft YaHei UI in Exceptions
This commit is contained in:
parent
2e789d0811
commit
af3b12281f
1 changed files with 8 additions and 2 deletions
|
@ -25,7 +25,11 @@
|
|||
<RowDefinition Height="Auto"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<TextBlock Grid.Row="0" Text="{DynamicResource Text.Launcher.Error}" FontWeight="Bold"/>
|
||||
<TextBlock
|
||||
Grid.Row="0"
|
||||
Text="{DynamicResource Text.Launcher.Error}"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
FontWeight="Bold"/>
|
||||
<controls:TextEdit
|
||||
Grid.Row="1"
|
||||
Text="{Binding Path=., Mode=OneWay}"
|
||||
|
@ -35,12 +39,14 @@
|
|||
VerticalScrollBarVisibility="Auto"
|
||||
MaxHeight="80"
|
||||
Margin="0,8"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
VerticalAlignment="Top"/>
|
||||
<Button
|
||||
Grid.Row="2"
|
||||
Height="25"
|
||||
Margin="4,0" Padding="8,0"
|
||||
Click="Dismiss"
|
||||
Click="Dismiss"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
Content="{DynamicResource Text.Close}"
|
||||
Background="{DynamicResource Brush.Accent1}"
|
||||
BorderBrush="{DynamicResource Brush.FG1}"
|
||||
|
|
Loading…
Reference in a new issue