Skip to content

Commit

Permalink
Change time back from debug times
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Feb 22, 2011
1 parent c5af1ab commit 5650420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactiveUI.Sample/ReactiveUI.Sample/ViewModels/ViewModels.cs
Expand Up @@ -15,8 +15,8 @@ public enum BlockTimerViewState {

public class BlockTimerViewModel : ReactiveValidatedObject
{
static readonly TimeSpan workDuration = TimeSpan.FromMinutes(5);
static readonly TimeSpan breakDuration = TimeSpan.FromMinutes(2);
static readonly TimeSpan workDuration = TimeSpan.FromMinutes(25);
static readonly TimeSpan breakDuration = TimeSpan.FromMinutes(5);

public BlockTimerViewModel(BlockItem Model)
{
Expand Down

0 comments on commit 5650420

Please sign in to comment.