aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-02-16 18:05:43 +0200
committerRoy <Roy.mail.net@gmail.com>2023-02-16 18:05:43 +0200
commitc4f90cfc1387d1bb1a9ea7f69b1058a7b70e3d49 (patch)
treed736146636231e2bf2a39fd7a3c6045063c6d8ad /Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs
parent591fb3cbef11e81cbf734df5a92826ac5dbd7af8 (diff)
downloadTango-c4f90cfc1387d1bb1a9ea7f69b1058a7b70e3d49.tar.gz
Tango-c4f90cfc1387d1bb1a9ea7f69b1058a7b70e3d49.zip
Several bug fixes.
Diffstat (limited to 'Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs')
-rw-r--r--Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs
index 07f856b7e..d77b0b5a1 100644
--- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs
+++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs
@@ -239,7 +239,7 @@ namespace Tango.FSE.Statistics.ViewModels
JobsAutoCompleteProvider = new AutoCompleteSource<string>(AutoCompleteJobs);
- StartSelectedDate = DateTime.Now.AddMonths(-1);
+ StartSelectedDate = DateTime.Now.AddDays(-7);
EndSelectedDate = DateTime.Now;
LengthUpperValue = 10000;