Configure page fix
This commit is contained in:
parent
e8acf36c9b
commit
77bad4b541
1 changed files with 2 additions and 2 deletions
|
@ -59,12 +59,12 @@ Dialog {
|
|||
width: pre_la_parent.width / la_tab.length
|
||||
border.color: Theme.primaryColor
|
||||
border.width: 1
|
||||
color: la.text == la_tab[parent.index] ? Theme.highlightColor : "transparent"
|
||||
color: la.text == configurePage.la_tab[parent.index] ? Theme.highlightColor : "transparent"
|
||||
|
||||
Text {
|
||||
id: la_freq
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
text: la_tab[parent.index]
|
||||
text: configurePage.la_tab[parent.parent.index]
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Reference in a new issue