mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 02:26:50 -07:00
Fix grid.Row (#279)
Fixes #265 Fixes invalid grid.Row assignment for decimalSeparatorButton
This commit is contained in:
parent
1113ff4b86
commit
244fd8deee
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
-->
|
||||
<controls:CalculatorButton x:Name="decimalSeparatorButton"
|
||||
x:Uid="decimalSeparatorButton"
|
||||
Grid.Row="4"
|
||||
Grid.Row="3"
|
||||
Grid.Column="2"
|
||||
Style="{Binding ElementName=ControlRoot, Path=ButtonStyle}"
|
||||
Background="{ThemeResource AppBackgroundAltMediumLowBrush}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue