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