moved navigation to the right

This commit is contained in:
fourtf
2020-10-23 09:32:45 +02:00
parent 74e2242da2
commit 5f54b1b495
7 changed files with 36 additions and 18 deletions
@@ -87,6 +87,7 @@ public:
bool editable = false);
ColorButton *addColorButton(const QString &text, const QColor &color,
pajlada::Settings::Setting<QString> &setting);
void addNavigationSpacing();
template <typename OnClick>
QPushButton *makeButton(const QString &text, OnClick onClick)