mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
9 lines
152 B
QML
9 lines
152 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import qs.modules.common
|
|
|
|
RippleButton {
|
|
Layout.fillHeight: true
|
|
buttonRadius: Appearance.rounding.full
|
|
}
|