Always-on-Top mode implemented (#579)
This commit is contained in:
committed by
Pepe Rivera
parent
af8322617f
commit
796d171960
@@ -128,6 +128,8 @@
|
||||
<x:Double x:Key="CalcStandardOperatorCaptionSizeLarge">24</x:Double>
|
||||
<!-- Numpad Standard/Scientific in Fill/Full -->
|
||||
<x:Double x:Key="CalcStandardOperatorCaptionSize">20</x:Double>
|
||||
<x:Double x:Key="CalcStandardOperatorCaptionSizeSmall">15</x:Double>
|
||||
<x:Double x:Key="CalcStandardOperatorCaptionSizeTiny">12</x:Double>
|
||||
<!-- Standard Operators Standard/Scientific in Fill/Full -->
|
||||
<x:Double x:Key="CalcOperatorCaptionSize">15</x:Double>
|
||||
|
||||
@@ -210,11 +212,21 @@
|
||||
TargetType="Controls:CalculatorButton">
|
||||
<Setter Property="FontWeight" Value="SemiBold"/>
|
||||
</Style>
|
||||
<Style x:Key="NumericButtonStyle10"
|
||||
BasedOn="{StaticResource NumericButtonStyle}"
|
||||
TargetType="Controls:CalculatorButton">
|
||||
<Setter Property="FontSize" Value="10"/>
|
||||
</Style>
|
||||
<Style x:Key="NumericButtonStyle12"
|
||||
BasedOn="{StaticResource NumericButtonStyle}"
|
||||
TargetType="Controls:CalculatorButton">
|
||||
<Setter Property="FontSize" Value="12"/>
|
||||
</Style>
|
||||
<Style x:Key="NumericButtonStyle16"
|
||||
BasedOn="{StaticResource NumericButtonStyle}"
|
||||
TargetType="Controls:CalculatorButton">
|
||||
<Setter Property="FontSize" Value="16"/>
|
||||
</Style>
|
||||
<Style x:Key="NumericButtonStyle18"
|
||||
BasedOn="{StaticResource NumericButtonStyle}"
|
||||
TargetType="Controls:CalculatorButton">
|
||||
|
||||
Reference in New Issue
Block a user