From ae41988dd3a1b6928c3abfbdd8c31d5d2d6b65a9 Mon Sep 17 00:00:00 2001 From: molan-git <59296158+molan-git@users.noreply.github.com> Date: Thu, 30 Jan 2020 14:26:23 +0100 Subject: [PATCH 1/3] Update Settings.qml --- qml/pages/Settings.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qml/pages/Settings.qml b/qml/pages/Settings.qml index d0fd7ac..4eb6527 100644 --- a/qml/pages/Settings.qml +++ b/qml/pages/Settings.qml @@ -149,12 +149,6 @@ Page { mastodon: "" mail: "carlosgonz@protonmail.com" } - ListElement { - name: "Mohamed-Touhami MAHDI" - desc: qsTr("Added README file") - mastodon: "dragnucs@touha.me" - mail: "touhami@touha.me" - } } Item { From c1fa278b944454e97ef720a3f072a34e32e91aba Mon Sep 17 00:00:00 2001 From: molan-git <59296158+molan-git@users.noreply.github.com> Date: Fri, 31 Jan 2020 08:48:08 +0100 Subject: [PATCH 2/3] Fix placing of Emoji-selector --- qml/pages/Conversation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/pages/Conversation.qml b/qml/pages/Conversation.qml index 794a156..fd8672d 100644 --- a/qml/pages/Conversation.qml +++ b/qml/pages/Conversation.qml @@ -237,7 +237,7 @@ Page { } anchors { - top: warningContent.bottom + 4 + top: warningContent.bottom bottom: bottom.top right: parent.right rightMargin: Theme.paddingSmall From dbc82c70084f415c9b1e85978f6b6b90ef6afec7 Mon Sep 17 00:00:00 2001 From: molan-git <59296158+molan-git@users.noreply.github.com> Date: Fri, 31 Jan 2020 09:16:07 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35a577a..8a6da21 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a fork of dysk0/harbour-tooter. The app can by downloaded here: https:// Clone / download this repository and import it in your SailfishOS IDE using the harbour-tooter.pro project file. No additional configuration needed. ## Screenshots - + ## License Licensed under GNU GPLv3