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