Compare commits

..

No commits in common. "1ad324aa23c404667ca80c5a2284025d67d14c8d" and "12dbac7480e33232287769b3eacba55327b0af9d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ ListItem {
Rectangle {
id: chatUnreadMessagesCountBackground
color: isMuted ? ((Theme.colorScheme === Theme.DarkOnLight) ? "lightgray" : "dimgray") : Theme.highlightBackgroundColor
width: chatUnreadMessagesCount.width + Theme.fontSizeLarge / 2
width: Theme.fontSizeLarge
height: Theme.fontSizeLarge
anchors.right: parent.right
anchors.bottom: parent.bottom

View file

@ -1405,7 +1405,7 @@ Page {
Item {
id: chatUnreadMessagesItem
width: chatUnreadMessagesCount.width + Theme.fontSizeLarge / 2
width: Theme.fontSizeHuge
height: Theme.fontSizeHuge
anchors.right: parent.right
anchors.rightMargin: Theme.paddingMedium