mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
style<WorkingCopy>: commit button style change
This commit is contained in:
parent
af3b12281f
commit
e80a34e6a1
1 changed files with 4 additions and 0 deletions
|
@ -233,6 +233,8 @@
|
||||||
Height="26"
|
Height="26"
|
||||||
Padding="8,0"
|
Padding="8,0"
|
||||||
Click="Commit"
|
Click="Commit"
|
||||||
|
FontFamily="Microsoft YaHei UI"
|
||||||
|
FontWeight="Bold"
|
||||||
Background="{DynamicResource Brush.Accent1}"
|
Background="{DynamicResource Brush.Accent1}"
|
||||||
BorderBrush="{DynamicResource Brush.FG1}"
|
BorderBrush="{DynamicResource Brush.FG1}"
|
||||||
Content="{DynamicResource Text.WorkingCopy.Commit}"/>
|
Content="{DynamicResource Text.WorkingCopy.Commit}"/>
|
||||||
|
@ -243,6 +245,8 @@
|
||||||
Height="26"
|
Height="26"
|
||||||
Padding="8,0"
|
Padding="8,0"
|
||||||
Click="CommitAndPush"
|
Click="CommitAndPush"
|
||||||
|
FontFamily="Microsoft YaHei UI"
|
||||||
|
FontWeight="Bold"
|
||||||
Content="{DynamicResource Text.WorkingCopy.CommitAndPush}"
|
Content="{DynamicResource Text.WorkingCopy.CommitAndPush}"
|
||||||
Margin="8,0,0,0"/>
|
Margin="8,0,0,0"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
Loading…
Reference in a new issue