- rosepine color change, hard to deal with Pine color which is too dark,
replaced by Iris.
- Cleaned option margins
- Changed audioviz color in the mini player
This commit is contained in:
quadbyte 2025-08-20 21:14:59 -04:00
parent 0451b99ca1
commit 2793ea9101
4 changed files with 12 additions and 12 deletions

View file

@ -76,8 +76,8 @@ ColumnLayout {
NDivider {
Layout.fillWidth: true
Layout.topMargin: Style.marginL * 2 * scaling
Layout.bottomMargin: Style.marginL * scaling
Layout.topMargin: Style.marginXL * scaling
Layout.bottomMargin: Style.marginXL * scaling
}
ColumnLayout {
@ -160,7 +160,7 @@ ColumnLayout {
NDivider {
Layout.fillWidth: true
Layout.topMargin: Style.marginL * 2 * scaling
Layout.topMargin: Style.marginXL * scaling
Layout.bottomMargin: Style.marginL * scaling
}