added highlights page again

This commit is contained in:
fourtf
2018-01-13 02:00:02 +01:00
parent d16bbf6899
commit 2073447df7
6 changed files with 267 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ void SettingsDialogTab::paintEvent(QPaintEvent *)
int a = (this->height() - 20) / 2;
QPixmap pixmap = this->ui.icon.pixmap(QSize(20, 20));
painter.drawPixmap(0, a, pixmap);
painter.drawPixmap(0, a + a, pixmap);
a = a + a + 20;