]> granicus.if.org Git - handbrake/commitdiff
WinGui: Toolbar Consistency #833
authorsr55 <sr55.hb@outlook.com>
Mon, 25 Dec 2017 16:05:09 +0000 (16:05 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 25 Dec 2017 16:06:26 +0000 (16:06 +0000)
win/CS/HandBrakeWPF/Views/MainView.xaml

index 9d6e28452e72c704f0fa3cce13deae704a219355..f4fffe924b06520376260817d125611146325178 100644 (file)
 \r
                 </Button>\r
 \r
-                <Button Name="ShowQueue" AutomationProperties.Name="Show Queue" cal:Message.Attach="[Event Click] = [Action OpenQueueWindow]">\r
-                    <StackPanel Orientation="Horizontal">\r
-                        <Image Width="32"\r
-                               Height="32"\r
-                               SnapsToDevicePixels="True"\r
-                               Source="Images/Queue_small.png"/>\r
-                        <Label Margin="8,0,0,0"\r
-                               VerticalAlignment="Center"\r
-                               Content="{Binding QueueLabel, FallbackValue='{x:Static Properties:ResourcesUI.MainView_ShowQueue}'}"/>\r
-                    </StackPanel>\r
-                </Button>\r
-\r
-                <Separator />\r
-\r
                 <Button Name="Start" AutomationProperties.Name="{x:Static Properties:ResourcesUI.MainView_StartEncode}"\r
                         cal:Message.Attach="[Event Click] = [Action StartEncode]"\r
                         Visibility="{Binding IsEncoding,\r
 \r
                 <Separator />\r
 \r
-                <Button Name="Preview" AutomationProperties.Name="Preview Encode" cal:Message.Attach="[Event Click] = [Action OpenPreviewWindow]" >\r
+                <Button Name="ShowQueue" AutomationProperties.Name="Show Queue" cal:Message.Attach="[Event Click] = [Action OpenQueueWindow]">\r
+                    <StackPanel Orientation="Horizontal">\r
+                        <Image Width="32"\r
+                               Height="32"\r
+                               SnapsToDevicePixels="True"\r
+                               Source="Images/Queue_small.png"/>\r
+                        <Label Margin="8,0,0,0"\r
+                               VerticalAlignment="Center"\r
+                               Content="{Binding QueueLabel, FallbackValue='{x:Static Properties:ResourcesUI.MainView_ShowQueue}'}"/>\r
+                    </StackPanel>\r
+                </Button>\r
+\r
+                <Button Name="Preview" AutomationProperties.Name="Preview Picture Preview Window" cal:Message.Attach="[Event Click] = [Action OpenPreviewWindow]" >\r
                     <StackPanel Orientation="Horizontal">\r
                         <Image Width="32"\r
                                Height="32"\r
                                Source="Images/picture_small.png"/>\r
                         <Label Margin="8,0,0,0"\r
                                VerticalAlignment="Center"\r
-                               Content="Preview"/>\r
+                               Content="{x:Static Properties:ResourcesUI.MainView_ShowPreview}"/>\r
                     </StackPanel>\r
                 </Button>\r
 \r