]> granicus.if.org Git - handbrake/commitdiff
WinGui: Queue Up/Down button size aligned with other buttons on the window.
authorsr55 <sr55.hb@outlook.com>
Sun, 3 Mar 2019 17:56:08 +0000 (17:56 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 3 Mar 2019 17:56:08 +0000 (17:56 +0000)
win/CS/HandBrakeWPF/Views/QueueView.xaml

index b4431283266197291f454cb65679504c0792e55f..483c9c483e3d0324dfe0c863c38b5ca15cd5867f 100644 (file)
                     </Button>\r
 \r
                     <StackPanel Grid.Row="0" Grid.Column="3" Orientation="Horizontal">\r
-                        <Button Content="^" Width="20" Height="20" Margin="0" cal:Message.Attach="[Event Click] = [Action MoveUp]" />\r
-                        <Button Content="v" Width="20" Height="20" Margin="5,0,0,0" cal:Message.Attach="[Event Click] = [Action MoveDown]" />\r
+                        <Button Content="^" Width="20" Margin="0" cal:Message.Attach="[Event Click] = [Action MoveUp]" />\r
+                        <Button Content="v" Width="20" Margin="5,0,0,0" cal:Message.Attach="[Event Click] = [Action MoveDown]" />\r
                     </StackPanel>\r
                 </Grid>\r
 \r