mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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
|
//anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
powerlevel: userPowerlevel
|
powerlevel: userPowerlevel
|
||||||
|
height: fontMetrics.lineSpacing
|
||||||
|
width: fontMetrics.lineSpacing
|
||||||
|
|
||||||
|
sourceSize.width: fontMetrics.lineSpacing
|
||||||
|
sourceSize.height: fontMetrics.lineSpacing
|
||||||
|
|
||||||
permissions: room ? room.permissions : null
|
permissions: room ? room.permissions : null
|
||||||
visible: isAdmin || isModerator
|
visible: isAdmin || isModerator
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue