tweak: remove redundant '路径' from path creation button labels
This commit is contained in:
parent
a8a786d807
commit
b3a8364e7e
@ -204,14 +204,14 @@ NavisworksTransport 路径编辑页签视图 - 采用与动画控制和分层管
|
||||
<!-- 路径管理按钮 -->
|
||||
<Grid Margin="0,5,0,0">
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
||||
<Button Content="地面路径"
|
||||
<Button Content="地面"
|
||||
Command="{Binding NewPathCommand}"
|
||||
Style="{StaticResource ActionButtonStyle}"/>
|
||||
<Button Content="吊装路径"
|
||||
<Button Content="吊装"
|
||||
Command="{Binding NewHoistingPathCommand}"
|
||||
Style="{StaticResource ActionButtonStyle}"
|
||||
ToolTip="创建吊装路径(支持多层)"/>
|
||||
<Button Content="空轨路径"
|
||||
<Button Content="空轨"
|
||||
Command="{Binding NewRailPathCommand}"
|
||||
Style="{StaticResource SecondaryButtonStyle}"
|
||||
ToolTip="创建基于空轨基准线吸附的传统 Rail 路径"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user