fix bug with no actions

set network speed units as MB/s if the value more than 1k KB/s
This commit is contained in:
arcan1s
2015-07-03 00:04:03 +03:00
parent aa0a4b417d
commit 1869a68122
9 changed files with 26 additions and 10 deletions

View File

@ -42,6 +42,7 @@ Item {
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
text: i18n("Detailed information may be found on <a href=\"http://arcanis.name/projects/awesome-widgets/\">project homepage</a>")
onLinkActivated: Qt.openUrlExternally(link);
}
Row {