Explorar el Código

Add "Drag to move" to menu

Daniel Chalmers hace 1 año
padre
commit
b71075cd40
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      DesktopClock/MainWindow.xaml

+ 4 - 0
DesktopClock/MainWindow.xaml

@@ -47,6 +47,10 @@
 			          IsCheckable="True"
 			          IsChecked="{Binding BackgroundEnabled, Source={x:Static p:Settings.Default}, Mode=TwoWay}" />
 
+			<MenuItem Header="Drag to _move"
+			          IsCheckable="True"
+			          IsChecked="{Binding DragToMove, Source={x:Static p:Settings.Default}, Mode=TwoWay}" />
+
 			<MenuItem>
 				<MenuItem.Header>
 					<StackPanel Orientation="Horizontal">