From c112b39b33b3bb197fe7af0632cc6129234218a7 Mon Sep 17 00:00:00 2001 From: liufei Date: Tue, 20 Jul 2021 10:23:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Control/Windows/ToDoWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/Windows/ToDoWindow.xaml b/Control/Windows/ToDoWindow.xaml index b9c79a3..3152974 100644 --- a/Control/Windows/ToDoWindow.xaml +++ b/Control/Windows/ToDoWindow.xaml @@ -97,7 +97,7 @@ Background="#5BC0DE" Foreground="White" Grid.Column="1" - Margin="590,29,10,384" + Margin="590.01,29,10,384" Click="CreateBacklog_BtnClick"/> From 67eae85a0bc8396b49762ff7aebed9fb93ba1d21 Mon Sep 17 00:00:00 2001 From: liufei Date: Tue, 20 Jul 2021 10:38:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.config | 2 +- GeekDesk.csproj | 1 + Update.json | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Update.json diff --git a/App.config b/App.config index 6771eb4..22df80d 100644 --- a/App.config +++ b/App.config @@ -12,7 +12,7 @@ - + diff --git a/GeekDesk.csproj b/GeekDesk.csproj index d37571f..1978f23 100644 --- a/GeekDesk.csproj +++ b/GeekDesk.csproj @@ -290,6 +290,7 @@ Resources.Designer.cs + SettingsSingleFileGenerator diff --git a/Update.json b/Update.json new file mode 100644 index 0000000..5ce2ae6 --- /dev/null +++ b/Update.json @@ -0,0 +1,5 @@ +{ + "version" : "1.0-beta", + "msg" : "", + "log" : "" +} \ No newline at end of file