mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 01:14:59 +00:00
fix: using DropShadowEffect in Launcher's popup container on Linux will get a wrong render result.
This commit is contained in:
parent
2182d39e5f
commit
8c1fe66ee5
4 changed files with 99 additions and 72 deletions
|
@ -376,7 +376,7 @@
|
|||
<Button Grid.Column="4"
|
||||
Classes="flat primary"
|
||||
Content="{DynamicResource Text.WorkingCopy.Commit}"
|
||||
Height="24"
|
||||
Height="28"
|
||||
Margin="8,0,0,0"
|
||||
Padding="8,0"
|
||||
Click="Commit"/>
|
||||
|
@ -384,7 +384,7 @@
|
|||
<Button Grid.Column="5"
|
||||
Classes="flat"
|
||||
Content="{DynamicResource Text.WorkingCopy.CommitAndPush}"
|
||||
Height="24"
|
||||
Height="28"
|
||||
Margin="8,0,0,0"
|
||||
Padding="8,0"
|
||||
Click="CommitWithPush">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue