mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
PreviewPane.UseLayoutRounding setting.
This commit is contained in:
@@ -320,7 +320,7 @@
|
|||||||
</local:ListViewEx>
|
</local:ListViewEx>
|
||||||
<ScrollViewer Grid.Column="2" Background="LightGray"
|
<ScrollViewer Grid.Column="2" Background="LightGray"
|
||||||
VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto">
|
VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto">
|
||||||
<Image Name="PreviewPane" Stretch="None" UseLayoutRounding="False" SnapsToDevicePixels="True"
|
<Image Name="PreviewPane" Stretch="None" UseLayoutRounding="True" SnapsToDevicePixels="True"
|
||||||
local:TouchScrolling.IsEnabled="True"/>
|
local:TouchScrolling.IsEnabled="True"/>
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
<!-- Margin and BorderThickness help to react early on mouse pointer -->
|
<!-- Margin and BorderThickness help to react early on mouse pointer -->
|
||||||
|
|||||||
Reference in New Issue
Block a user