From 2d7c007eb2cab03f0a5860eba40bd640b05cd94a Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 9 Jun 2023 20:14:41 +0200 Subject: Fix binding loop in roomlist --- resources/qml/components/NotificationBubble.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/qml/components/NotificationBubble.qml') diff --git a/resources/qml/components/NotificationBubble.qml b/resources/qml/components/NotificationBubble.qml index f0a526d0..d4838e92 100644 --- a/resources/qml/components/NotificationBubble.qml +++ b/resources/qml/components/NotificationBubble.qml @@ -15,6 +15,7 @@ Rectangle { required property color bubbleTextColor property bool mayBeVisible: true property alias font: notificationBubbleText.font + baselineOffset: notificationBubbleText.baseline - bubbleRoot.top visible: mayBeVisible && notificationCount > 0 implicitHeight: notificationBubbleText.height + Nheko.paddingMedium -- cgit 1.5.1