mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-02 17:44:59 +00:00
style<Popups>: fix UseLayoutRounding issue in popups for high resolution screen
This commit is contained in:
parent
2e5af8bc47
commit
0c6a0bed06
27 changed files with 28 additions and 28 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue