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..6b57e6911f 100644 --- a/src/MeoAsstGui/UserControl/FightSettingsUserControl.xaml +++ b/src/MeoAsstGui/UserControl/FightSettingsUserControl.xaml @@ -10,176 +10,201 @@ 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" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +