Skip to content

Commit e95d2f3

Browse files
committed
見た目微修正
1 parent 3035904 commit e95d2f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

EventMapHpViewer/Views/ToolView.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,18 @@
206206
<Setter.Value>
207207
<ControlTemplate>
208208
<StackPanel>
209-
<TextBlock>
210-
<Run Text="後 A:"
209+
<TextBlock TextAlignment="Right">
210+
<Run Text="S: 後"
211211
Style="{DynamicResource DefaultTextElementStyleKey}"/>
212-
<Run Text="{Binding RemainingCountMin}"
212+
<Run Text="{Binding RemainingCountTransportS}"
213213
Style="{DynamicResource EmphaticTextElementStyleKey}"/>
214214
<Run Text=""
215215
Style="{DynamicResource DefaultTextElementStyleKey}"/>
216216
</TextBlock>
217-
<TextBlock>
218-
<Run Text="後 S:"
217+
<TextBlock TextAlignment="Right">
218+
<Run Text="A: 後"
219219
Style="{DynamicResource DefaultTextElementStyleKey}"/>
220-
<Run Text="{Binding RemainingCountTransportS}"
220+
<Run Text="{Binding RemainingCountMin}"
221221
Style="{DynamicResource EmphaticTextElementStyleKey}"/>
222222
<Run Text=""
223223
Style="{DynamicResource DefaultTextElementStyleKey}"/>

0 commit comments

Comments
 (0)