1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2026-02-08 00:32:27 +00:00

Improved terminal frame. Improve size and shininess customization.

This commit is contained in:
Filippo Scognamiglio
2025-12-22 01:23:38 +01:00
parent 6747b8dd7c
commit 7038c02173
21 changed files with 193 additions and 110 deletions

View File

@@ -209,6 +209,13 @@ ColumnLayout {
onColorSelected: appSettings._backgroundColor = color
color: appSettings._backgroundColor
}
ColorButton {
name: qsTr("Frame")
height: 50
Layout.fillWidth: true
onColorSelected: appSettings._frameColor = color
color: appSettings._frameColor
}
}
}
}