chore: 状态栏左侧空白缩小,显示更多信息
This commit is contained in:
parent
b179adb2a0
commit
ce4b2a0c06
@ -98,7 +98,7 @@ NavisworksTransport 主控制面板 - 采用与其他视图一致的Navisworks 2
|
|||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
<!-- 左侧:状态信息 -->
|
<!-- 左侧:状态信息 -->
|
||||||
<Grid Grid.Column="0" Margin="8,6,20,6">
|
<Grid Grid.Column="0" Margin="4,6,8,6">
|
||||||
<ProgressBar Height="20"
|
<ProgressBar Height="20"
|
||||||
Value="{Binding ProgressPercentage}"
|
Value="{Binding ProgressPercentage}"
|
||||||
IsIndeterminate="{Binding IsIndeterminateProgress}"
|
IsIndeterminate="{Binding IsIndeterminateProgress}"
|
||||||
@ -108,7 +108,7 @@ NavisworksTransport 主控制面板 - 采用与其他视图一致的Navisworks 2
|
|||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
FontSize="10"
|
FontSize="10"
|
||||||
Margin="10,0,0,0"/>
|
Margin="2,0,0,0"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<!-- 中间:渲染模式快捷按钮 -->
|
<!-- 中间:渲染模式快捷按钮 -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user