mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
_
This commit is contained in:
parent
cec6f7ce9d
commit
96feb9b54c
|
@ -52,9 +52,9 @@ void SettingsDialogTab::paintEvent(QPaintEvent *)
|
||||||
|
|
||||||
painter.drawPixmap(a, a, pixmap);
|
painter.drawPixmap(a, a, pixmap);
|
||||||
|
|
||||||
a = a + a + 20;
|
a = a + a + 20 + a;
|
||||||
|
|
||||||
painter.drawText(QRect(a + a, 0, width() - a, height()), this->ui.labelText,
|
painter.drawText(QRect(a, 0, width() - a, height()), this->ui.labelText,
|
||||||
QTextOption(Qt::AlignLeft | Qt::AlignVCenter));
|
QTextOption(Qt::AlignLeft | Qt::AlignVCenter));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue