bug with selection, some right padding to the avatars

This commit is contained in:
Blue 2020-01-25 11:10:24 +03:00
parent 626227db93
commit 565449f176
3 changed files with 8 additions and 3 deletions

View file

@ -66,7 +66,6 @@ QVariant Models::Roster::data (const QModelIndex& index, int role) const
case Qt::DisplayRole:
{
if (index.column() != 0) {
result = "";
break;
}
switch (item->type) {