Commit 2a7de5ee by liulongfei

重启viz预览 按钮位置调整

parent bdb5c1c7
......@@ -277,5 +277,8 @@
<Resource Include="Icons\update_36x36.png" />
<Resource Include="Icons\update_hover_36x36.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Icons\down_32x32.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
......@@ -56,8 +56,13 @@
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Column="1" HorizontalAlignment="Right" VerticalAlignment="Center">
<Menu IsEnabled="{Binding Path=IsVizPreviewRefreshEnabled}">
<MenuItem Header="VIZ引擎">
<Menu IsEnabled="{Binding Path=IsVizPreviewRefreshEnabled}" Height="24">
<MenuItem Height="24">
<MenuItem.Header>
<Border Background="Transparent">
<Image Width="14" Height="14" Source="/VIZ.Package.Module.Resource;component/Icons/down_32x32.png"></Image>
</Border>
</MenuItem.Header>
<MenuItem Header="重启预览引擎"
Command="{Binding Path=RestartPreviewCommand}">
<MenuItem.Icon>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment