File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 206
206
<Setter .Value>
207
207
<ControlTemplate >
208
208
<StackPanel >
209
- <TextBlock >
210
- <Run Text =" 後 A: "
209
+ <TextBlock TextAlignment = " Right " >
210
+ <Run Text =" S: 後 "
211
211
Style =" {DynamicResource DefaultTextElementStyleKey}" />
212
- <Run Text =" {Binding RemainingCountMin }"
212
+ <Run Text =" {Binding RemainingCountTransportS }"
213
213
Style =" {DynamicResource EmphaticTextElementStyleKey}" />
214
214
<Run Text =" 回"
215
215
Style =" {DynamicResource DefaultTextElementStyleKey}" />
216
216
</TextBlock >
217
- <TextBlock >
218
- <Run Text =" 後 S: "
217
+ <TextBlock TextAlignment = " Right " >
218
+ <Run Text =" A: 後 "
219
219
Style =" {DynamicResource DefaultTextElementStyleKey}" />
220
- <Run Text =" {Binding RemainingCountTransportS }"
220
+ <Run Text =" {Binding RemainingCountMin }"
221
221
Style =" {DynamicResource EmphaticTextElementStyleKey}" />
222
222
<Run Text =" 回"
223
223
Style =" {DynamicResource DefaultTextElementStyleKey}" />
You can’t perform that action at this time.
0 commit comments