style<Popups>: fix UseLayoutRounding issue in popups for high resolution screen

This commit is contained in:
leo 2021-04-30 23:09:59 +08:00
parent 2e5af8bc47
commit 0c6a0bed06
27 changed files with 28 additions and 28 deletions

View file

@ -7,7 +7,7 @@
xmlns:controls="clr-namespace:SourceGit.Views.Controls"
xmlns:converters="clr-namespace:SourceGit.Views.Converters"
mc:Ignorable="d"
d:DesignWidth="500" Height="Auto">
d:DesignWidth="500" Height="Auto" Padding="1">
<UserControl.Resources>
<converters:BranchToName x:Key="BranchToName"/>
</UserControl.Resources>