Tooltip improvements (only use period for long sentences)

This commit is contained in:
LemmyCook
2025-09-19 10:38:10 -04:00
parent 61203dc5fd
commit ed557af1c2
28 changed files with 42 additions and 84 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ NPanel {
// Close button
NIconButton {
icon: "close"
tooltipText: "Close."
tooltipText: "Close"
Layout.alignment: Qt.AlignVCenter
onClicked: root.close()
}