forked from Shinonome/dots-hyprland
7 lines
71 B
QML
7 lines
71 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
|
|
ColumnLayout {
|
|
spacing: 0
|
|
}
|