ntminer 6 years ago
parent
commit
6170a21945
1 changed files with 3 additions and 5 deletions
  1. 3 5
      src/AppViews0/Ucs/StateBar.xaml

+ 3 - 5
src/AppViews0/Ucs/StateBar.xaml

@@ -357,11 +357,9 @@
 						ToolTip="虚拟内存" 
 						Foreground="{StaticResource LableColor}"></controls:KbButton>
 					<TextBlock Text=" / " Foreground="{StaticResource LableColor}"></TextBlock>
-					<WrapPanel>
-                        <TextBlock Text="{x:Static app:AppStatic.DriverVersion}" ToolTip="{x:Static app:AppStatic.DriverVersionToolTip}" Foreground="{x:Static app:AppStatic.DriverVersionColor}"></TextBlock>
-						<TextBlock Text=" / " Foreground="{StaticResource LableColor}"></TextBlock>
-					</WrapPanel>
-					<TextBlock Text="{x:Static app:AppStatic.GpuSetInfo}" MaxWidth="260" ToolTip="{x:Static app:AppStatic.GpuSetInfo}" Foreground="{StaticResource LableColor}"></TextBlock>
+                    <TextBlock Text="{x:Static app:AppStatic.DriverVersion}" ToolTip="{x:Static app:AppStatic.DriverVersionToolTip}" Foreground="{x:Static app:AppStatic.DriverVersionColor}"></TextBlock>
+                    <TextBlock Text=" / " Foreground="{StaticResource LableColor}"></TextBlock>
+                    <TextBlock Text="{x:Static app:AppStatic.GpuSetInfo}" MaxWidth="260" ToolTip="{x:Static app:AppStatic.GpuSetInfo}" Foreground="{StaticResource LableColor}"></TextBlock>
 					<WrapPanel 
 						Visibility="{Binding MinerProfile.IsEChargeEnabled,Converter={StaticResource BoolToVisibilityConverter}}"
 						ToolTip="可在'选项'页调整电价">