From 5692066bbc8a1d7ef01313f845a3ae63278e6009 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 26 Feb 2021 15:46:15 +0100 Subject: [PATCH] Fix position of icon in 'go to readmarker' button --- imports/NeoChat/Page/RoomPage.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index f462553aa..3acfcbecf 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -506,8 +506,6 @@ Kirigami.ScrollablePage { implicitWidth: Kirigami.Units.gridUnit * 2 implicitHeight: Kirigami.Units.gridUnit * 2 - padding: 8 - id: goReadMarkerFab visible: currentRoom && currentRoom.hasUnreadMessages && currentRoom.readMarkerLoaded || !messageListView.atYEnd