added spacing to the split header title

This commit is contained in:
fourtf
2020-09-25 23:41:18 +02:00
parent 5fc495a073
commit 3375e58a4f
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ class BaseWidget : public QWidget
Q_OBJECT
public:
explicit BaseWidget(QWidget *parent, Qt::WindowFlags f = Qt::WindowFlags());
explicit BaseWidget(QWidget *parent = nullptr,
Qt::WindowFlags f = Qt::WindowFlags());
virtual float scale() const;
pajlada::Signals::Signal<float> scaleChanged;