Show scrollbars for a few seconds at first

Lets the user know that there's content to scroll.
This commit is contained in:
miruka
2020-08-19 09:36:52 -04:00
parent 11def5c99f
commit 21fbe7a96b
8 changed files with 21 additions and 8 deletions

View File

@@ -128,9 +128,7 @@ HBox {
text.toLowerCase().trim().replace(/\/+$/, "")
inputMethodHints: Qt.ImhUrlCharactersOnly
defaultText: window.getState(
box, "acceptedUserUrl", "",
)
defaultText: window.getState(box, "acceptedUserUrl", "")
placeholderText: "example.org"
onTextEdited: {