From 8337b13d08148a0379f196aef04aec094dfe896a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C5=99=C3=ADza?= Date: Mon, 25 Sep 2023 20:30:49 +0200 Subject: [PATCH] Don't log the horizontal overshoot unnecessarily --- modules/Lith/UI/ChannelMessageList.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/Lith/UI/ChannelMessageList.qml b/modules/Lith/UI/ChannelMessageList.qml index bc76f78..f547328 100644 --- a/modules/Lith/UI/ChannelMessageList.qml +++ b/modules/Lith/UI/ChannelMessageList.qml @@ -54,7 +54,6 @@ ListView { id: scrollBar } - onHorizontalOvershootChanged: console.warn(horizontalOvershoot) orientation: Qt.Vertical verticalLayoutDirection: ListView.BottomToTop spacing: Lith.settings.messageSpacing