mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
style<About>: some changes of about dialog
This commit is contained in:
parent
d40edebc58
commit
e9b0b62652
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,7 @@
|
|||
Margin="0,24,0,8"
|
||||
Text="{DynamicResource Text.About.Title}"
|
||||
HorizontalAlignment="Center"
|
||||
TextOptions.TextFormattingMode="Ideal"
|
||||
FontSize="18" FontWeight="Bold"/>
|
||||
FontSize="18"/>
|
||||
|
||||
<!-- Version -->
|
||||
<TextBlock
|
||||
|
@ -86,6 +85,7 @@
|
|||
HeadersVisibility="Column"
|
||||
RowHeight="24"
|
||||
ColumnHeaderHeight="24"
|
||||
IsHitTestVisible="False"
|
||||
BorderThickness="1,1,0,0"
|
||||
BorderBrush="{DynamicResource Brush.Border0}">
|
||||
<DataGrid.ColumnHeaderStyle>
|
||||
|
|
Loading…
Reference in a new issue