forked from Shinonome/dots-hyprland
11 lines
203 B
QML
11 lines
203 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import qs.modules.common
|
|
|
|
RippleButton {
|
|
Layout.fillHeight: true
|
|
Layout.topMargin: 2
|
|
Layout.bottomMargin: 2
|
|
buttonRadius: Appearance.rounding.full
|
|
}
|