lil tweaks

This commit is contained in:
2025-12-31 20:08:15 -08:00
parent 98416e2d27
commit 4281c3a8b7
5 changed files with 116 additions and 22 deletions

View File

@@ -137,7 +137,7 @@ PanelWindow {
gradient: Gradient {
orientation: Gradient.Horizontal
GradientStop {
color: Qt.darker(button.color, 16)
color: Qt.darker(button.color, 12)
position: 0
}
GradientStop {
@@ -167,7 +167,11 @@ PanelWindow {
y: (y_anim + y_off) % (entry_height + y_size) - y_size
ShapePath {
strokeWidth: 2
strokeColor: Qt.darker(button.color, 2.5)
strokeColor: Qt.hsla(
button.color.hslHue,
button.color.hslSaturation,
0.3, 1
)
fillColor: "transparent"
startX: tri.x_size/2