mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01: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