mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Enables again alternate row color in the activity list.
Signed-off-by: Camila San <hello@camila.codes>
This commit is contained in:
parent
524a3d4c6a
commit
a149660ae9
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ ActivityWidget::ActivityWidget(AccountState *accountState, QWidget *parent)
|
||||||
delegate->setParent(this);
|
delegate->setParent(this);
|
||||||
_ui->_activityList->setItemDelegate(delegate);
|
_ui->_activityList->setItemDelegate(delegate);
|
||||||
_ui->_activityList->setBackgroundRole(QPalette::Background);
|
_ui->_activityList->setBackgroundRole(QPalette::Background);
|
||||||
_ui->_activityList->setAlternatingRowColors(false);
|
_ui->_activityList->setAlternatingRowColors(true);
|
||||||
_ui->_activityList->setModel(_model);
|
_ui->_activityList->setModel(_model);
|
||||||
|
|
||||||
showLabels();
|
showLabels();
|
||||||
|
|
Loading…
Reference in a new issue