mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix power level indicator size
This commit is contained in:
parent
0a3aeb0a1a
commit
e96b552959
1 changed files with 6 additions and 0 deletions
|
@ -689,6 +689,12 @@ Item {
|
|||
//anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
||||
powerlevel: userPowerlevel
|
||||
height: fontMetrics.lineSpacing
|
||||
width: fontMetrics.lineSpacing
|
||||
|
||||
sourceSize.width: fontMetrics.lineSpacing
|
||||
sourceSize.height: fontMetrics.lineSpacing
|
||||
|
||||
permissions: room ? room.permissions : null
|
||||
visible: isAdmin || isModerator
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue