~tom-blacknight/docky/emesene

« back to all changes in this revision

Viewing changes to StandardPlugins/Clock/src/CalendarPainter.cs

  • Committer: Robert Dyer
  • Date: 2010-02-24 08:36:03 UTC
  • Revision ID: psybers@gmail.com-20100224083603-311arm0w9nuyi866
set a min height on the calendar painter

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
                                StartDate = StartDate.AddDays (7);
72
72
                }
73
73
                
 
74
                public override int MinimumHeight {
 
75
                        get {
 
76
                                return 60;
 
77
                        }
 
78
                }
 
79
                
74
80
                public override int MinimumWidth {
75
81
                        get {
76
82
                                return 630;