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

import Quickshell

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