mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 09:24:58 +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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue