summaryrefslogtreecommitdiff
path: root/widgets/filedialog/Sizes.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-19 22:54:58 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-19 22:54:58 +1000
commit7c991dee0a276ab110325f6c8d1c44875d5f8526 (patch)
tree50a6c8b788defc3107909e1b4a356bf691cd2a47 /widgets/filedialog/Sizes.qml
parentlauncher: fix (diff)
downloadcaelestia-shell-7c991dee0a276ab110325f6c8d1c44875d5f8526.tar.gz
caelestia-shell-7c991dee0a276ab110325f6c8d1c44875d5f8526.tar.bz2
caelestia-shell-7c991dee0a276ab110325f6c8d1c44875d5f8526.zip
internal: file dialog part 1
Diffstat (limited to 'widgets/filedialog/Sizes.qml')
-rw-r--r--widgets/filedialog/Sizes.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/filedialog/Sizes.qml b/widgets/filedialog/Sizes.qml
new file mode 100644
index 0000000..d332ab3
--- /dev/null
+++ b/widgets/filedialog/Sizes.qml
@@ -0,0 +1,7 @@
+pragma Singleton
+
+import Quickshell
+
+Singleton {
+ property int itemWidth: 100
+}