diff --git a/QBTracker/MainWindow.xaml b/QBTracker/MainWindow.xaml index d02a081..e26d270 100644 --- a/QBTracker/MainWindow.xaml +++ b/QBTracker/MainWindow.xaml @@ -47,6 +47,8 @@ ContextMenu="{StaticResource TrayMenu}" MenuActivation="LeftOrRightClick" PopupActivation="DoubleClick" + DoubleClickCommand="{x:Static SystemCommands.RestoreWindowCommand}" + DoubleClickCommandTarget="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}}" LeftClickCommand="{x:Static SystemCommands.RestoreWindowCommand}" LeftClickCommandTarget="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}}" /> diff --git a/QBTracker/Views/ExportView.xaml b/QBTracker/Views/ExportView.xaml index 69fea4f..55e0d59 100644 --- a/QBTracker/Views/ExportView.xaml +++ b/QBTracker/Views/ExportView.xaml @@ -1,50 +1,55 @@  - - - - - - - - - - + + + + + + - - - Export to Excel - - + + + + + + + + + Export to Excel + + + + + Orientation="Horizontal"> - + \ No newline at end of file diff --git a/QBTracker/Views/MainView.xaml b/QBTracker/Views/MainView.xaml index 490a5b0..5e1a4f0 100644 --- a/QBTracker/Views/MainView.xaml +++ b/QBTracker/Views/MainView.xaml @@ -17,61 +17,56 @@ - - - - - - - - - - - - - - - - - + - + + - - + - + - - + + + + - - - Manage projects - + + + + + Manage projects + + + + Margin="8 0 0 0" + Grid.Column="0"> - - Settings - + + + + + Settings + + + @@ -41,27 +46,31 @@ Dark - - + - - + @@ -77,16 +86,16 @@ IsChecked="{Binding AutomaticallyStart}" /> + Style="{StaticResource MaterialDesignOutlinedTextFieldTextBox}" + Text="{Binding Debug, Mode=OneWay}" + IsReadOnly="True" + VerticalAlignment="Top" + AcceptsReturn="True" + TextWrapping="NoWrap" + MaxWidth="400" + MinHeight="200" + materialDesign:HintAssist.Hint="Debug" + VerticalScrollBarVisibility="Auto" + HorizontalScrollBarVisibility="Auto" /> - + \ No newline at end of file diff --git a/QBTracker/Views/TaskView.xaml b/QBTracker/Views/TaskView.xaml index f8b90a9..6525cbf 100644 --- a/QBTracker/Views/TaskView.xaml +++ b/QBTracker/Views/TaskView.xaml @@ -17,20 +17,25 @@ - - - Manage tasks - + + + + + Manage tasks + + + + Margin="8 0 0 0" + Grid.Column="0"> - - - Manage time record - - + + + + + + + + + + Manage time record + + + + + @@ -104,11 +115,16 @@ - + - + - + + VerticalScrollBarVisibility="Auto" /> - + \ No newline at end of file