diff --git a/src/MeoAsstGui/Helper/LogItemViewModel.cs b/src/MeoAsstGui/Helper/LogItemViewModel.cs
index 8542272d9e..3f954cf61f 100644
--- a/src/MeoAsstGui/Helper/LogItemViewModel.cs
+++ b/src/MeoAsstGui/Helper/LogItemViewModel.cs
@@ -29,7 +29,7 @@ namespace MeoAsstGui
/// The font weight.
public LogItemViewModel(string content, string color = LogColor.Message, string weight = "Regular")
{
- Time = DateTime.Now.ToString("MM'-'dd' 'HH':'mm':'ss") + " ";
+ Time = DateTime.Now.ToString("MM'-'dd' 'HH':'mm':'ss");
this.Content = content;
this.Color = color;
this.Weight = weight;
diff --git a/src/MeoAsstGui/UserControl/FightSettingsUserControl.xaml b/src/MeoAsstGui/UserControl/FightSettingsUserControl.xaml
index 50538dee83..27c82ddbc3 100644
--- a/src/MeoAsstGui/UserControl/FightSettingsUserControl.xaml
+++ b/src/MeoAsstGui/UserControl/FightSettingsUserControl.xaml
@@ -10,176 +10,199 @@
xmlns:s="https://github.com/canton7/Stylet"
xmlns:vm="clr-namespace:MeoAsstGui;assembly=MeoAsstGui"
d:DataContext="{d:DesignInstance {x:Type vm:TaskQueueViewModel}}"
- d:DesignWidth="300"
+ d:DesignWidth="250"
mc:Ignorable="d">
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
-
-
-
-
-
-
-
+ Content="{DynamicResource UseOriginitePrime}"
+ IsChecked="{Binding UseStone}"
+ ToolTip="{DynamicResource CheckBoxesNotSaved}"
+ VerticalContentAlignment="Center" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Visibility="{c:Binding !Idle}"
+ HorizontalContentAlignment="Center"
+ HorizontalAlignment="Right" />
\ No newline at end of file
diff --git a/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs b/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs
index 2406a179f4..c90402a327 100644
--- a/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs
+++ b/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs
@@ -543,7 +543,7 @@ namespace MeoAsstGui
}
private int _selectedAllWidth =
- ViewStatusStorage.Get("GUI.InverseClearMode", "Clear") == "ClearInverse" ? SelectedAllWidthWhenBoth : 90;
+ ViewStatusStorage.Get("GUI.InverseClearMode", "Clear") == "ClearInverse" ? SelectedAllWidthWhenBoth : 85;
///
/// Gets or sets the width of "Select All".
@@ -564,9 +564,9 @@ namespace MeoAsstGui
///
/// The width of "Select All" when both.
///
- public const int SelectedAllWidthWhenBoth = 85;
+ public const int SelectedAllWidthWhenBoth = 80;
- private int _inverseSelectedWidth = 95;
+ private int _inverseSelectedWidth = 90;
///
/// Gets or sets the width of "Select inversely".
diff --git a/src/MeoAsstGui/Views/RootView.xaml b/src/MeoAsstGui/Views/RootView.xaml
index 0351e353c5..a78a8a0141 100644
--- a/src/MeoAsstGui/Views/RootView.xaml
+++ b/src/MeoAsstGui/Views/RootView.xaml
@@ -8,7 +8,9 @@
xmlns:vm="clr-namespace:MeoAsstGui;assembly=MeoAsstGui"
Title="{Binding WindowTitle}"
Width="800"
- Height="595"
+ MinWidth="800"
+ Height="600"
+ MinHeight="600"
d:DataContext="{d:DesignInstance {x:Type vm:RootViewModel}}"
mc:Ignorable="d">
diff --git a/src/MeoAsstGui/Views/TaskQueueView.xaml b/src/MeoAsstGui/Views/TaskQueueView.xaml
index b17b21532e..525d736623 100644
--- a/src/MeoAsstGui/Views/TaskQueueView.xaml
+++ b/src/MeoAsstGui/Views/TaskQueueView.xaml
@@ -28,27 +28,23 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
@@ -135,27 +131,23 @@
SelectedValuePath="Value"/>
-
-
-
-
-
-
-
+ Grid.Row="2">
+ Content="{DynamicResource LinkStart}" />
+ Content="{DynamicResource Stop}" />
@@ -198,7 +190,7 @@