NComboBox now includes label + description

still working on settings
This commit is contained in:
quadbyte 2025-08-12 18:03:00 -04:00
parent bf3f0cf88d
commit 3997a369ec
5 changed files with 177 additions and 269 deletions

View file

@ -29,7 +29,7 @@ ColumnLayout {
}
ColumnLayout {
spacing: Style.marginTiny * scaling
spacing: Style.marginLarge * scaling
Layout.fillWidth: true
NText {
@ -37,7 +37,6 @@ ColumnLayout {
font.pointSize: Style.fontSizeXL * scaling
font.weight: Style.fontWeightBold
color: Colors.textPrimary
Layout.bottomMargin: Style.marginSmall * scaling
}
// Profile section
@ -92,7 +91,7 @@ ColumnLayout {
}
ColumnLayout {
spacing: Style.marginMedium * scaling
spacing: Style.marginLarge * scaling
Layout.fillWidth: true
NText {