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

@ -474,7 +474,7 @@ NPanel {
// Main title
NText {
text: root.tabsModel[currentTabIndex]?.label || ""
font.pointSize: Style.fontSizeXXL * scaling
font.pointSize: Style.fontSizeXL * scaling
font.weight: Style.fontWeightBold
color: Color.mPrimary
Layout.fillWidth: true
@ -484,7 +484,7 @@ NPanel {
// Close button
NIconButton {
icon: "close"
tooltipText: "Close"
tooltipText: "Close."
Layout.alignment: Qt.AlignVCenter
onClicked: root.close()
}