]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/daynavigatorwidget.h
Partially fix bug Debian BTS #992236 (width of DayNavigatorWidget).
[toast/confclerk.git] / src / gui / daynavigatorwidget.h
index 202cb8739f576e109fb2e7f3b4bfeefba50ec126..c1529ed85c3574c1eab8350d90dce4b4fca042e2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2010 Ixonos Plc.
- * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann
+ * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl
  *
  * This file is part of ConfClerk.
  *
@@ -38,6 +38,7 @@ class DayNavigatorWidget : public QWidget, private Ui::DayNavigatorWidget {
         QDate curDate() const {return mCurDate;}
         QDate endDate() const {return mEndDate;}
         void unsetDates();
+        virtual QSize minimumSizeHint() const override;
     protected:
         void paintEvent(QPaintEvent *);
         void configureNavigation();