Configure page fix

This commit is contained in:
Louis-Joseph Fournier 2016-01-09 23:56:36 +01:00
parent e8acf36c9b
commit 77bad4b541

View file

@ -59,12 +59,12 @@ Dialog {
width: pre_la_parent.width / la_tab.length width: pre_la_parent.width / la_tab.length
border.color: Theme.primaryColor border.color: Theme.primaryColor
border.width: 1 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 { Text {
id: la_freq id: la_freq
font.pixelSize: Theme.fontSizeSmall font.pixelSize: Theme.fontSizeSmall
text: la_tab[parent.index] text: configurePage.la_tab[parent.parent.index]
} }
MouseArea { MouseArea {
anchors.fill: parent anchors.fill: parent