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

8 lines
118 B
QML

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