fixed spaces and margins in general settings

This commit is contained in:
fourtf
2020-02-21 03:01:48 +01:00
parent 5a2633ef5c
commit 03cf6e81ff
4 changed files with 23 additions and 15 deletions
@@ -17,6 +17,11 @@ class QComboBox;
namespace chatterino {
class Space : public QLabel
{
Q_OBJECT
};
class TitleLabel : public QLabel
{
Q_OBJECT
@@ -162,6 +167,7 @@ private:
struct Group {
QString name;
QWidget *title{};
Space *space{};
std::vector<Widget> widgets;
};