fixed a bug where the autocompletion did not put the cursor at the end

This commit is contained in:
janis
2022-08-22 19:06:39 +02:00
parent 340c2bb402
commit 0f8b20be69
5 changed files with 17 additions and 12 deletions

View File

@@ -87,8 +87,10 @@ RootScreen:
hint_text: "Path to Folder containing the Music files"
pos_hint: {"x":0.2, "y":0.5}
size_hint_x: 0.6
focus: True
text: ""
on_text: root.autocomplete()
on_text:
root.autocomplete()
Label:
text: ""
pos_hint: {"x": 0.2, "y":1}
@@ -170,6 +172,7 @@ RootScreen:
FloatLayout:
Label:
text: "Currently Playing"
id: titleinfo
bold: True
italic: True
pos_hint: {"y": 0.35}
@@ -195,6 +198,7 @@ RootScreen:
shorten: False
halign: "center"
Label:
id: upcoming_ind
text: "upcoming"
bold: True
italic: True