mirror of
https://github.com/chev2/botw-toolset.git
synced 2025-10-29 15:52:19 +00:00
Update tabs with new MenuItemPopup style
This commit is contained in:
parent
5058412367
commit
5f0647c6c2
3 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<Label Content="SARC Packer/Extractor" Margin="10,10,10,0" VerticalAlignment="Top" Height="48" FontSize="28" VerticalContentAlignment="Center" FontFamily="Segoe UI Light"/>
|
||||
|
||||
<Menu Margin="10,58,10,0" VerticalAlignment="Top">
|
||||
<MenuItem Header="_File" Foreground="White">
|
||||
<MenuItem Header="_File" Style="{StaticResource MenuItemPopup}">
|
||||
<MenuItem x:Name="MenuFileOpen" Header="_Open" InputGestureText="Ctrl+O" Click="Menu_FileOpen"/>
|
||||
<MenuItem x:Name="MenuFileSave" Header="_Save" InputGestureText="Ctrl+S" Click="Menu_FileSave" IsEnabled="False"/>
|
||||
<MenuItem x:Name="MenuFileSaveAs" Header="_Save As" InputGestureText="Ctrl+Shift+S" Click="Menu_FileSaveAs" IsEnabled="False"/>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<Label Content="TSCB Editor" Margin="10,10,10,0" VerticalAlignment="Top" Height="48" FontSize="28" VerticalContentAlignment="Center" FontFamily="Segoe UI Light"/>
|
||||
|
||||
<Menu Margin="10,58,10,0" VerticalAlignment="Top">
|
||||
<MenuItem Header="_File" Foreground="White">
|
||||
<MenuItem Header="_File" Style="{StaticResource MenuItemPopup}">
|
||||
<MenuItem x:Name="MenuFileOpen" Header="_Open" Command="Open"/>
|
||||
<MenuItem x:Name="MenuFileSave" Header="_Save" Command="Save" IsEnabled="False"/>
|
||||
<MenuItem x:Name="MenuFileSaveAs" Header="_Save As" Command="SaveAs" IsEnabled="False"/>
|
||||
|
|
|
|||
|
|
@ -5,12 +5,12 @@
|
|||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:BOTWToolset.Control"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="720" d:DesignWidth="1280" Width="Auto" Height="Auto" >
|
||||
d:DesignHeight="720" d:DesignWidth="1280" Width="Auto" Height="Auto">
|
||||
<Grid>
|
||||
<Label Content="Yaz0 Encoder/Decoder" Margin="10,10,10,0" VerticalAlignment="Top" Height="48" FontSize="28" VerticalContentAlignment="Center" FontFamily="Segoe UI Light"/>
|
||||
|
||||
<Menu Margin="10,58,10,0" VerticalAlignment="Top">
|
||||
<MenuItem Header="_File" Foreground="White">
|
||||
<MenuItem Header="_File" Style="{StaticResource MenuItemPopup}">
|
||||
<MenuItem x:Name="MenuFileDecodeFile" Header="_Decode File" InputGestureText="Ctrl+D" Click="Menu_FileDecode"/>
|
||||
<MenuItem x:Name="MenuFileEncodeFile" Header="_Encode File" InputGestureText="Ctrl+E" Click="Menu_FileEncode"/>
|
||||
</MenuItem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue