fixed small things

This commit is contained in:
Honney
2026-06-14 01:15:30 +02:00
parent 6eeb676f14
commit 980058a2f0
7 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ MouseArea {
Rectangle {
anchors.fill: parent
color: menuButton.containsMouse ? Colors.secondaryContainer_fg : Qt.alpha(Colors.secondary, 0.75)
radius: Config.radius
radius: Config.radius_fun(menuButton.height)
border.width: 0
Text {