Skip to content

Commit

Permalink
Don't log the horizontal overshoot unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Sep 25, 2023
1 parent 6f5fcc7 commit 8337b13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/Lith/UI/ChannelMessageList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ ListView {
id: scrollBar
}

onHorizontalOvershootChanged: console.warn(horizontalOvershoot)
orientation: Qt.Vertical
verticalLayoutDirection: ListView.BottomToTop
spacing: Lith.settings.messageSpacing
Expand Down

0 comments on commit 8337b13

Please sign in to comment.