mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:46:03 +00:00
UI: StatisticsPage: Change "Refresh" to round button.
This commit is contained in:
parent
0403a68a6b
commit
ba73b2745e
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user