mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 07:19:27 -05:00
9 lines
132 B
QML
9 lines
132 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
|
|
RowLayout {
|
|
property bool uniform: false
|
|
spacing: 10
|
|
uniformCellSizes: uniform
|
|
}
|