mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
Removed undeclared binding (#4590)
This commit is contained in:
committed by
GitHub
parent
30f442d774
commit
159a7c4947
@@ -123,7 +123,6 @@
|
|||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
MaxHeight="{Binding Results.MaxHeight}"
|
MaxHeight="{Binding Results.MaxHeight}"
|
||||||
MinHeight="{Binding Results.MinHeight}"
|
|
||||||
Margin="0"
|
Margin="0"
|
||||||
ItemsSource="{Binding Results.Results, Mode=OneWay}"
|
ItemsSource="{Binding Results.Results, Mode=OneWay}"
|
||||||
Padding="0, 0"
|
Padding="0, 0"
|
||||||
|
|||||||
Reference in New Issue
Block a user