Settings: reworked modular bar settings

- deleted NCard, we already have NBox
- assign a color to each widget for better overview when moving stuff
around
- minor QOL improvements to NComboBox
This commit is contained in:
LemmyCook 2025-08-22 18:37:48 -04:00
parent 6a159a390a
commit 1b77f4882d
4 changed files with 46 additions and 31 deletions

View file

@ -141,9 +141,10 @@ ColumnLayout {
NText {
text: "Widgets Positioning"
font.pointSize: Style.fontSizeL * scaling
font.pointSize: Style.fontSizeXXL * scaling
font.weight: Style.fontWeightBold
color: Color.mOnSurface
Layout.bottomMargin: Style.marginS * scaling
}
NText {