mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57: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"/>
|
<RowDefinition Height="Auto"/>
|
||||||
</Grid.RowDefinitions>
|
</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
|
<controls:TextEdit
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Text="{Binding Path=., Mode=OneWay}"
|
Text="{Binding Path=., Mode=OneWay}"
|
||||||
|
@ -35,12 +39,14 @@
|
||||||
VerticalScrollBarVisibility="Auto"
|
VerticalScrollBarVisibility="Auto"
|
||||||
MaxHeight="80"
|
MaxHeight="80"
|
||||||
Margin="0,8"
|
Margin="0,8"
|
||||||
|
FontFamily="Microsoft YaHei UI"
|
||||||
VerticalAlignment="Top"/>
|
VerticalAlignment="Top"/>
|
||||||
<Button
|
<Button
|
||||||
Grid.Row="2"
|
Grid.Row="2"
|
||||||
Height="25"
|
Height="25"
|
||||||
Margin="4,0" Padding="8,0"
|
Margin="4,0" Padding="8,0"
|
||||||
Click="Dismiss"
|
Click="Dismiss"
|
||||||
|
FontFamily="Microsoft YaHei UI"
|
||||||
Content="{DynamicResource Text.Close}"
|
Content="{DynamicResource Text.Close}"
|
||||||
Background="{DynamicResource Brush.Accent1}"
|
Background="{DynamicResource Brush.Accent1}"
|
||||||
BorderBrush="{DynamicResource Brush.FG1}"
|
BorderBrush="{DynamicResource Brush.FG1}"
|
||||||
|
|
Loading…
Reference in a new issue