mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Remove unused x:DeferLoadStrategy
Fixed by https://github.com/nventive/Uno/pull/905
This commit is contained in:
parent
0a7187077d
commit
b47255f092
3 changed files with 0 additions and 2 deletions
|
@ -201,7 +201,6 @@
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Style="{StaticResource OperatorButtonStyle}"
|
Style="{StaticResource OperatorButtonStyle}"
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
x:DeferLoadStrategy="Lazy"
|
|
||||||
AutomationProperties.AutomationId="rolButton"
|
AutomationProperties.AutomationId="rolButton"
|
||||||
ButtonId="Rol"
|
ButtonId="Rol"
|
||||||
Content="RoL"
|
Content="RoL"
|
||||||
|
@ -212,7 +211,6 @@
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
Style="{StaticResource OperatorButtonStyle}"
|
Style="{StaticResource OperatorButtonStyle}"
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
x:DeferLoadStrategy="Lazy"
|
|
||||||
AutomationProperties.AutomationId="rorButton"
|
AutomationProperties.AutomationId="rorButton"
|
||||||
ButtonId="Ror"
|
ButtonId="Ror"
|
||||||
Content="RoR"
|
Content="RoR"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue