Skip to content

Commit

Permalink
Fix config UI issues by breaking the label
Browse files Browse the repository at this point in the history
Fixes #64
  • Loading branch information
dschopf committed Jul 24, 2024
1 parent fc4a37f commit dccd15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/config/General.qml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ KCM.SimpleKCM {

Label {
visible: !chbHistoryDisabled.checked && qwr.historyFilename() != ""
text: i18n("History entries are stored in this file") + ": " + qwr.historyFilename()
text: i18n("History entries are stored in this file") + ": \n " + qwr.historyFilename()
}
}

Expand Down

0 comments on commit dccd15c

Please sign in to comment.