Make icon sizes configurable, increase default sizes for icons

Fixes #250
This commit is contained in:
Jonas Kvinge
2020-06-28 18:36:48 +02:00
parent 9a1520d5e3
commit 4d78b30e8c
26 changed files with 351 additions and 71 deletions

View File

@@ -52,6 +52,7 @@ class PlaylistListContainer : public QWidget {
~PlaylistListContainer() override;
void SetApplication(Application *app);
void ReloadSettings();
protected:
void showEvent(QShowEvent *e) override;