mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
[PT Run] Fix margin when FlowDirection is RightToLeft (#30251)
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
<TextBlock
|
||||
x:Name="AutoCompleteTextBlock"
|
||||
Grid.Column="1"
|
||||
Margin="7,0,14,0"
|
||||
Margin="7,0,7,0"
|
||||
VerticalAlignment="Center"
|
||||
x:FieldModifier="public"
|
||||
Canvas.ZIndex="-1"
|
||||
|
||||
Reference in New Issue
Block a user