CustomButtonSettings: Using header for subsection

This commit is contained in:
LemmyCook
2025-09-19 22:41:32 -04:00
parent 8a78ee090a
commit 737e990117
@@ -83,11 +83,8 @@ ColumnLayout {
Layout.fillWidth: true
}
NText {
text: "Dynamic text"
font.pointSize: Style.fontSizeL * scaling
font.weight: Style.fontWeightBold
color: Color.mPrimary
NHeader {
label: "Dynamic text"
}
NTextInput {