mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Modify the height of RowDltrUnits when UnitConverter is in LandscapeLayout mode
This commit is contained in:
parent
0f615faff9
commit
3272a53513
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<UserControl x:Class="CalculatorApp.UnitConverter"
|
<UserControl x:Class="CalculatorApp.UnitConverter"
|
||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:automation="using:CalculatorApp.Common.Automation"
|
xmlns:automation="using:CalculatorApp.Common.Automation"
|
||||||
|
@ -347,7 +347,7 @@
|
||||||
<Setter Target="RowUnit1.Height" Value="2*"/>
|
<Setter Target="RowUnit1.Height" Value="2*"/>
|
||||||
<Setter Target="RowDisplay2.Height" Value="4*"/>
|
<Setter Target="RowDisplay2.Height" Value="4*"/>
|
||||||
<Setter Target="RowUnit2.Height" Value="2*"/>
|
<Setter Target="RowUnit2.Height" Value="2*"/>
|
||||||
<Setter Target="RowDltrUnits.Height" Value="2*"/>
|
<Setter Target="RowDltrUnits.Height" Value="Auto"/>
|
||||||
<Setter Target="CurrencyLoadingGrid.(Grid.ColumnSpan)" Value="2"/>
|
<Setter Target="CurrencyLoadingGrid.(Grid.ColumnSpan)" Value="2"/>
|
||||||
<Setter Target="ConverterNumPad.(Grid.Row)" Value="1"/>
|
<Setter Target="ConverterNumPad.(Grid.Row)" Value="1"/>
|
||||||
<Setter Target="ConverterNumPad.(Grid.RowSpan)" Value="5"/>
|
<Setter Target="ConverterNumPad.(Grid.RowSpan)" Value="5"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue