mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37: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"
|
||||
Padding="8,0"
|
||||
Click="Commit"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
FontWeight="Bold"
|
||||
Background="{DynamicResource Brush.Accent1}"
|
||||
BorderBrush="{DynamicResource Brush.FG1}"
|
||||
Content="{DynamicResource Text.WorkingCopy.Commit}"/>
|
||||
|
@ -243,6 +245,8 @@
|
|||
Height="26"
|
||||
Padding="8,0"
|
||||
Click="CommitAndPush"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
FontWeight="Bold"
|
||||
Content="{DynamicResource Text.WorkingCopy.CommitAndPush}"
|
||||
Margin="8,0,0,0"/>
|
||||
</Grid>
|
||||
|
|
Loading…
Reference in a new issue