ai messages: bouncy action buttons

This commit is contained in:
end-4
2025-05-24 21:00:13 +02:00
parent ca2c6ee470
commit a88119c3c0
2 changed files with 17 additions and 6 deletions
@@ -7,14 +7,13 @@ import QtQuick.Controls
import QtQuick.Layouts
import Quickshell
RippleButton {
GroupButton {
id: button
property string buttonIcon
property bool activated: false
toggled: activated
implicitHeight: 30
implicitWidth: 30
baseWidth: height
contentItem: MaterialSymbol {
horizontalAlignment: Text.AlignHCenter