Rewrite parts of context to be adjustable and adjust album to width

This commit is contained in:
Jonas Kvinge
2020-04-06 02:47:57 +02:00
parent fb8e7d803f
commit 3fdbe84573
13 changed files with 852 additions and 1126 deletions

View File

@@ -35,8 +35,7 @@ class QCheckBox;
class SettingsDialog;
class Ui_ContextSettingsPage;
class ContextSettingsPage : public SettingsPage
{
class ContextSettingsPage : public SettingsPage {
Q_OBJECT
public:
@@ -48,7 +47,8 @@ public:
ENGINE_AND_DEVICE,
ALBUMS_BY_ARTIST,
SONG_LYRICS,
NELEMS,
ALBUM,
NELEMS
};
static const char *kSettingsGroup;