commit
4da06b7a31
3 changed files with 2 additions and 8 deletions
|
@ -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.
|
Clone / download this repository and import it in your SailfishOS IDE using the harbour-tooter.pro project file. No additional configuration needed.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
<img width="200" title="Page Home" src="https://telegra.ph/file/710bba46d9f818e0f88ab.png"> <img width="200" title="Page Profile" src="https://telegra.ph/file/94b49dddeb175c3f838c1.png"> <img width="200" title="Page Conversation" src="https://telegra.ph/file/a903149d8bf67627f26e6.png">
|
<img width="200" title="Page Home" src="https://telegra.ph/file/710bba46d9f818e0f88ab.png"> <img width="200" title="Page Profile" src="https://telegra.ph/file/c5b504f637c874861eeee.png"> <img width="200" title="Page Conversation" src="https://telegra.ph/file/c9584f8d68c89827c53e5.png">
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Licensed under GNU GPLv3
|
Licensed under GNU GPLv3
|
||||||
|
|
|
@ -237,7 +237,7 @@ Page {
|
||||||
}
|
}
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
top: warningContent.bottom + 4
|
top: warningContent.bottom
|
||||||
bottom: bottom.top
|
bottom: bottom.top
|
||||||
right: parent.right
|
right: parent.right
|
||||||
rightMargin: Theme.paddingSmall
|
rightMargin: Theme.paddingSmall
|
||||||
|
|
|
@ -149,12 +149,6 @@ Page {
|
||||||
mastodon: ""
|
mastodon: ""
|
||||||
mail: "carlosgonz@protonmail.com"
|
mail: "carlosgonz@protonmail.com"
|
||||||
}
|
}
|
||||||
ListElement {
|
|
||||||
name: "Mohamed-Touhami MAHDI"
|
|
||||||
desc: qsTr("Added README file")
|
|
||||||
mastodon: "dragnucs@touha.me"
|
|
||||||
mail: "touhami@touha.me"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
Loading…
Reference in a new issue