mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
fixes binding (#1586)
This commit is contained in:
parent
cc8f8b44c4
commit
40ad24ff7c
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
<Grid x:Name="LayoutGrid">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*"/>
|
||||
<RowDefinition Height="{Binding RowHeight, ElementName=HistoryList, Mode=OneWay}"/>
|
||||
<RowDefinition Height="{x:Bind RowHeight, Mode=OneWay}"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<VisualStateManager.VisualStateGroups>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue