fix: using DropShadowEffect in Launcher's popup container on Linux will get a wrong render result.

This commit is contained in:
leo 2024-03-08 15:52:40 +08:00
parent 2182d39e5f
commit 8c1fe66ee5
4 changed files with 99 additions and 72 deletions

View file

@ -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">