make minor fixes and clean up
This commit is contained in:
parent
ea39447708
commit
882c288d92
7 changed files with 5 additions and 65 deletions
|
|
@ -176,7 +176,7 @@ Button {
|
|||
ButtonTextType {
|
||||
id: buttonText
|
||||
|
||||
color: textColor
|
||||
color: root.textColor
|
||||
text: root.text
|
||||
visible: root.text === "" ? false : true
|
||||
|
||||
|
|
|
|||
|
|
@ -225,11 +225,6 @@ Item {
|
|||
id: backButton
|
||||
backButtonImage: root.headerBackButtonImage
|
||||
backButtonFunction: function() { menu.closeTriggered() }
|
||||
onActiveFocusChanged: {
|
||||
if(backButton.enabled && backButton.activeFocus) {
|
||||
root.listView.positionViewAtBeginning()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue