UI: StatisticsPage: Change "Refresh" to round button.

This commit is contained in:
Nodir Temirkhodjaev 2018-01-10 15:13:24 +05:00
parent 0403a68a6b
commit ba73b2745e

View File

@ -40,11 +40,11 @@ BasePage {
spacing: 10
RowLayout {
Button {
RoundButtonTip {
enabled: appListView.count
icon.source: "qrc:/images/arrow_refresh.png"
text: translationManager.dummyBool
&& qsTranslate("qml", "Refresh")
tipText: translationManager.dummyBool
&& qsTranslate("qml", "Refresh")
onClicked: trafListModel.refresh()
}