|
57 | 57 | BasedOn="{StaticResource LabelDefault}"
|
58 | 58 | TargetType="Label" />
|
59 | 59 |
|
| 60 | + <ControlTheme x:Key="LabelDefault.Small" |
| 61 | + BasedOn="{StaticResource LabelDefault}" |
| 62 | + TargetType="Label"> |
| 63 | + <Setter Property="Height" |
| 64 | + Value="20" /> |
| 65 | + <Setter Property="Padding" |
| 66 | + Value="6,0" /> |
| 67 | + </ControlTheme> |
| 68 | + |
60 | 69 | <ControlTheme x:Key="LabelPrimary"
|
61 | 70 | BasedOn="{StaticResource LabelBaseStyle}"
|
62 | 71 | TargetType="Label">
|
63 | 72 | <Setter Property="Background"
|
64 | 73 | Value="{DynamicResource PrimaryBrush}" />
|
65 | 74 | </ControlTheme>
|
66 | 75 |
|
| 76 | + <ControlTheme x:Key="LabelPrimary.Small" |
| 77 | + BasedOn="{StaticResource LabelPrimary}" |
| 78 | + TargetType="Label"> |
| 79 | + <Setter Property="Height" |
| 80 | + Value="20" /> |
| 81 | + <Setter Property="Padding" |
| 82 | + Value="6,0" /> |
| 83 | + </ControlTheme> |
| 84 | + |
67 | 85 | <ControlTheme x:Key="LabelSuccess"
|
68 | 86 | BasedOn="{StaticResource LabelBaseStyle}"
|
69 | 87 | TargetType="Label">
|
70 | 88 | <Setter Property="Background"
|
71 | 89 | Value="{DynamicResource SuccessBrush}" />
|
72 | 90 | </ControlTheme>
|
73 | 91 |
|
| 92 | + <ControlTheme x:Key="LabelSuccess.Small" |
| 93 | + BasedOn="{StaticResource LabelSuccess}" |
| 94 | + TargetType="Label"> |
| 95 | + <Setter Property="Height" |
| 96 | + Value="20" /> |
| 97 | + <Setter Property="Padding" |
| 98 | + Value="6,0" /> |
| 99 | + </ControlTheme> |
| 100 | + |
74 | 101 | <ControlTheme x:Key="LabelInfo"
|
75 | 102 | BasedOn="{StaticResource LabelBaseStyle}"
|
76 | 103 | TargetType="Label">
|
77 | 104 | <Setter Property="Background"
|
78 | 105 | Value="{DynamicResource InfoBrush}" />
|
79 | 106 | </ControlTheme>
|
80 | 107 |
|
| 108 | + <ControlTheme x:Key="LabelInfo.Small" |
| 109 | + BasedOn="{StaticResource LabelInfo}" |
| 110 | + TargetType="Label"> |
| 111 | + <Setter Property="Height" |
| 112 | + Value="20" /> |
| 113 | + <Setter Property="Padding" |
| 114 | + Value="6,0" /> |
| 115 | + </ControlTheme> |
| 116 | + |
81 | 117 | <ControlTheme x:Key="LabelWarning"
|
82 | 118 | BasedOn="{StaticResource LabelBaseStyle}"
|
83 | 119 | TargetType="Label">
|
84 | 120 | <Setter Property="Background"
|
85 | 121 | Value="{DynamicResource WarningBrush}" />
|
86 | 122 | </ControlTheme>
|
87 | 123 |
|
| 124 | + <ControlTheme x:Key="LabelWarning.Small" |
| 125 | + BasedOn="{StaticResource LabelWarning}" |
| 126 | + TargetType="Label"> |
| 127 | + <Setter Property="Height" |
| 128 | + Value="20" /> |
| 129 | + <Setter Property="Padding" |
| 130 | + Value="6,0" /> |
| 131 | + </ControlTheme> |
| 132 | + |
88 | 133 | <ControlTheme x:Key="LabelDanger"
|
89 | 134 | BasedOn="{StaticResource LabelBaseStyle}"
|
90 | 135 | TargetType="Label">
|
91 | 136 | <Setter Property="Background"
|
92 | 137 | Value="{DynamicResource DangerBrush}" />
|
93 | 138 | </ControlTheme>
|
| 139 | + |
| 140 | + <ControlTheme x:Key="LabelDanger.Small" |
| 141 | + BasedOn="{StaticResource LabelDanger}" |
| 142 | + TargetType="Label"> |
| 143 | + <Setter Property="Height" |
| 144 | + Value="20" /> |
| 145 | + <Setter Property="Padding" |
| 146 | + Value="6,0" /> |
| 147 | + </ControlTheme> |
94 | 148 | </ResourceDictionary>
|
0 commit comments