Correctly sets the minimum size of the calendar widget.

The old code cutted the calendar by half.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-06-19 13:55:50 -03:00 committed by Dirk Hohndel
parent 0223ebf510
commit 1fc22c6653
2 changed files with 1 additions and 1 deletions

View file

@ -94,7 +94,6 @@ public:
DateWidget(QWidget *parent = 0);
void setDate(const QDate& date);
QDate date() const;
protected:
void paintEvent(QPaintEvent *event);