make minor fixes and clean up

This commit is contained in:
Cyril Anisimov 2024-12-09 01:39:16 +01:00
parent ea39447708
commit 882c288d92
7 changed files with 5 additions and 65 deletions

View file

@ -176,7 +176,7 @@ Button {
ButtonTextType {
id: buttonText
color: textColor
color: root.textColor
text: root.text
visible: root.text === "" ? false : true

View file

@ -225,11 +225,6 @@ Item {
id: backButton
backButtonImage: root.headerBackButtonImage
backButtonFunction: function() { menu.closeTriggered() }
onActiveFocusChanged: {
if(backButton.enabled && backButton.activeFocus) {
root.listView.positionViewAtBeginning()
}
}
}
}