summaryrefslogtreecommitdiff
path: root/widgets/filedialog/Sizes.qml
blob: c8cacbac843770e09d1e68cdce674b62a8e41740 (plain)
1
2
3
4
5
6
7
8
pragma Singleton

import Quickshell

Singleton {
    property int itemWidth: 100
    property int sidebarWidth: 200
}