diff options
author | sr55 <[email protected]> | 2018-09-27 21:29:21 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-09-27 21:29:21 +0100 |
commit | 9a4e9c63223fad70e76432abe4e1096637667e9e (patch) | |
tree | 79cff1ec19854781ee55037c3c7be52982dcc0d7 /win/CS | |
parent | 66cb599bc09da22a5a1b878b68cd11104d2d0398 (diff) |
WinGui: Remove the Options dropdown from the Queue header. It's only ever had a small subset of the queue functions. The Right Click menu is far more functional.
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml | 4 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Views/QueueView.xaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml b/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml index 787d59835..f43381071 100644 --- a/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml +++ b/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml @@ -94,7 +94,7 @@ </MenuItem> </Menu> - <Menu HorizontalAlignment="Right" Background="Transparent" VerticalAlignment="Center" Grid.Column="3"> + <!--<Menu HorizontalAlignment="Right" Background="Transparent" VerticalAlignment="Center" Grid.Column="3"> <MenuItem> <MenuItem.Header> <StackPanel Height="32" Orientation="Horizontal"> @@ -114,7 +114,7 @@ <MenuItem cal:Message.Attach="[Event Click] = [Action Export]" Header="{x:Static Properties:ResourcesUI.QueueView_Export}" /> </MenuItem> - </Menu> + </Menu>--> </Grid> diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml b/win/CS/HandBrakeWPF/Views/QueueView.xaml index 5fd2383ec..5a9b3a836 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml @@ -147,7 +147,7 @@ </MenuItem>
</Menu>
- <Menu HorizontalAlignment="Right" Background="Transparent" VerticalAlignment="Center">
+ <!--<Menu HorizontalAlignment="Right" Background="Transparent" VerticalAlignment="Center">
<MenuItem>
<MenuItem.Header>
<StackPanel Height="32" Orientation="Horizontal">
@@ -167,7 +167,7 @@ <MenuItem cal:Message.Attach="[Event Click] = [Action Export]" Header="{x:Static Properties:ResourcesUI.QueueView_Export}" />
</MenuItem>
- </Menu>
+ </Menu>-->
</StackPanel>
|