some fixes

This commit is contained in:
arcan1s
2015-02-03 02:01:43 +03:00
parent 27fd4e8f1e
commit 86d4bd76ea
8 changed files with 97 additions and 47 deletions

View File

@ -70,7 +70,6 @@ Item {
text: i18n("ACPI path")
}
QtControls.TextField {
height: parent.height
width: parent.width * 3 / 5
text: cfg_dataengine["ACPIPATH"]
}
@ -154,9 +153,8 @@ Item {
text: i18n("hddtemp cmd")
}
QtControls.TextField {
height: parent.height
width: parent.width * 3 / 5
text: cfg_dataengine["HDDTEMP"]
text: cfg_dataengine["HDDTEMPCMD"]
}
}
@ -171,7 +169,6 @@ Item {
text: i18n("MPD address")
}
QtControls.TextField {
height: parent.height
width: parent.width * 3 / 5
text: cfg_dataengine["MPDADDRESS"]
}