Fix avatar layering in room list
This commit is contained in:
parent
1a2b8b7a6b
commit
328a3c7ebd
5 changed files with 15 additions and 15 deletions
|
|
@ -38,12 +38,6 @@ Avatar::backgroundColor() const
|
|||
return background_color_;
|
||||
}
|
||||
|
||||
int
|
||||
Avatar::size() const
|
||||
{
|
||||
return size_;
|
||||
}
|
||||
|
||||
QSize
|
||||
Avatar::sizeHint() const
|
||||
{
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ public:
|
|||
|
||||
QColor backgroundColor() const;
|
||||
QColor textColor() const;
|
||||
int size() const;
|
||||
|
||||
QSize sizeHint() const override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue