Settings: fully cleanup and aligned

This commit is contained in:
LemmyCook 2025-09-14 11:23:20 -04:00
parent c108e7707a
commit a61b2edd07
6 changed files with 25 additions and 26 deletions

View file

@ -64,7 +64,7 @@ NPanel {
NIconButton {
icon: "close"
tooltipText: "Close"
tooltipText: "Close."
sizeRatio: 0.8
onClicked: root.close()
}