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

@ -5,8 +5,8 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:controls="clr-namespace:SourceGit.Views.Controls"
mc:Ignorable="d"
d:DesignWidth="500" Height="Auto">
mc:Ignorable="d"
d:DesignWidth="500" Height="Auto" Padding="1">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="32"/>