diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DiveSummary.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/DiveSummary.qml b/mobile-widgets/qml/DiveSummary.qml index bf206cc3e..ef8892976 100644 --- a/mobile-widgets/qml/DiveSummary.qml +++ b/mobile-widgets/qml/DiveSummary.qml @@ -82,8 +82,8 @@ Kirigami.ScrollablePage { TemplateButton { /* Replace by signals from the core in due course. */ - text: "Refresh" - width: headerColumnWidth + text: qsTr("Refresh") + implicitWidth: headerColumnWidth onClicked: reload() } TemplateComboBox { |