mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
mobile/summary: expand refresh button
Buttons ignore the width of the enclosed label and base their width on the illogically named implicitWidth instead. Also translate the button text. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
57024d188c
commit
4b3761861e
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue