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
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