mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 10:36:50 -07:00
Remove RenderTransform that is never used (#247)
This commit is contained in:
parent
be31288187
commit
6f4ecf35b3
1 changed files with 2 additions and 12 deletions
|
@ -506,13 +506,8 @@
|
|||
FlowDirection="{x:Bind LayoutDirection}"
|
||||
IsActive="{Binding Value1Active, Mode=TwoWay}"
|
||||
KeyDown="OnValueKeyDown"
|
||||
RenderTransformOrigin="0.5,0.5"
|
||||
Selected="OnValueSelected"
|
||||
TabIndex="1">
|
||||
<controls:CalculationResult.RenderTransform>
|
||||
<CompositeTransform/>
|
||||
</controls:CalculationResult.RenderTransform>
|
||||
</controls:CalculationResult>
|
||||
TabIndex="1"/>
|
||||
</Grid>
|
||||
|
||||
<ComboBox x:Name="Units1"
|
||||
|
@ -561,13 +556,8 @@
|
|||
FlowDirection="{x:Bind LayoutDirection}"
|
||||
IsActive="{Binding Value2Active, Mode=TwoWay}"
|
||||
KeyDown="OnValueKeyDown"
|
||||
RenderTransformOrigin="0.5,0.5"
|
||||
Selected="OnValueSelected"
|
||||
TabIndex="3">
|
||||
<controls:CalculationResult.RenderTransform>
|
||||
<CompositeTransform/>
|
||||
</controls:CalculationResult.RenderTransform>
|
||||
</controls:CalculationResult>
|
||||
TabIndex="3"/>
|
||||
</Grid>
|
||||
|
||||
<ComboBox x:Name="Units2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue