Remove RenderTransform that is never used (#247)
This commit is contained in:
parent
be31288187
commit
6f4ecf35b3
@ -506,13 +506,8 @@
|
|||||||
FlowDirection="{x:Bind LayoutDirection}"
|
FlowDirection="{x:Bind LayoutDirection}"
|
||||||
IsActive="{Binding Value1Active, Mode=TwoWay}"
|
IsActive="{Binding Value1Active, Mode=TwoWay}"
|
||||||
KeyDown="OnValueKeyDown"
|
KeyDown="OnValueKeyDown"
|
||||||
RenderTransformOrigin="0.5,0.5"
|
|
||||||
Selected="OnValueSelected"
|
Selected="OnValueSelected"
|
||||||
TabIndex="1">
|
TabIndex="1"/>
|
||||||
<controls:CalculationResult.RenderTransform>
|
|
||||||
<CompositeTransform/>
|
|
||||||
</controls:CalculationResult.RenderTransform>
|
|
||||||
</controls:CalculationResult>
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<ComboBox x:Name="Units1"
|
<ComboBox x:Name="Units1"
|
||||||
@ -561,13 +556,8 @@
|
|||||||
FlowDirection="{x:Bind LayoutDirection}"
|
FlowDirection="{x:Bind LayoutDirection}"
|
||||||
IsActive="{Binding Value2Active, Mode=TwoWay}"
|
IsActive="{Binding Value2Active, Mode=TwoWay}"
|
||||||
KeyDown="OnValueKeyDown"
|
KeyDown="OnValueKeyDown"
|
||||||
RenderTransformOrigin="0.5,0.5"
|
|
||||||
Selected="OnValueSelected"
|
Selected="OnValueSelected"
|
||||||
TabIndex="3">
|
TabIndex="3"/>
|
||||||
<controls:CalculationResult.RenderTransform>
|
|
||||||
<CompositeTransform/>
|
|
||||||
</controls:CalculationResult.RenderTransform>
|
|
||||||
</controls:CalculationResult>
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<ComboBox x:Name="Units2"
|
<ComboBox x:Name="Units2"
|
||||||
|
Loading…
Reference in New Issue
Block a user