nosignal-shell/widgets/filedialog/Sizes.qml
2025-07-20 14:10:07 +10:00

8 lines
118 B
QML

pragma Singleton
import Quickshell
Singleton {
property int itemWidth: 100
property int sidebarWidth: 200
}