Mercurial > minori
diff include/gui/pages/seasons.h @ 295:b82841e76e79
*: better support on Windows
things now look much better in dark mode
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 12 May 2024 20:24:09 -0400 |
parents | 96416310ea14 |
children | 78929794e7d8 |
line wrap: on
line diff
--- a/include/gui/pages/seasons.h Sun May 12 18:16:08 2024 -0400 +++ b/include/gui/pages/seasons.h Sun May 12 20:24:09 2024 -0400 @@ -1,7 +1,7 @@ #ifndef MINORI_GUI_PAGES_SEASONS_H_ #define MINORI_GUI_PAGES_SEASONS_H_ -#include <QWidget> +#include <QFrame> #include "core/anime.h" #include "core/date.h" @@ -9,7 +9,7 @@ class QListWidget; class QToolButton; -class SeasonsPage final : public QWidget { +class SeasonsPage final : public QFrame { Q_OBJECT public: