Commit 2a7de5ee by liulongfei

重启viz预览 按钮位置调整

parent bdb5c1c7
...@@ -277,5 +277,8 @@ ...@@ -277,5 +277,8 @@
<Resource Include="Icons\update_36x36.png" /> <Resource Include="Icons\update_36x36.png" />
<Resource Include="Icons\update_hover_36x36.png" /> <Resource Include="Icons\update_hover_36x36.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="Icons\down_32x32.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>
\ No newline at end of file
...@@ -56,8 +56,13 @@ ...@@ -56,8 +56,13 @@
</StackPanel> </StackPanel>
<StackPanel Orientation="Horizontal" Grid.Column="1" HorizontalAlignment="Right" VerticalAlignment="Center"> <StackPanel Orientation="Horizontal" Grid.Column="1" HorizontalAlignment="Right" VerticalAlignment="Center">
<Menu IsEnabled="{Binding Path=IsVizPreviewRefreshEnabled}"> <Menu IsEnabled="{Binding Path=IsVizPreviewRefreshEnabled}" Height="24">
<MenuItem Header="VIZ引擎"> <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="重启预览引擎" <MenuItem Header="重启预览引擎"
Command="{Binding Path=RestartPreviewCommand}"> Command="{Binding Path=RestartPreviewCommand}">
<MenuItem.Icon> <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