mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 13:29:58 -05:00
Merge remote-tracking branch 'upstream/main' into layout_service
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
RowLayout {
|
||||
property bool uniform: false
|
||||
spacing: 10
|
||||
uniformCellSizes: uniform
|
||||
}
|
||||
Reference in New Issue
Block a user