summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-25 23:04:32 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-25 23:04:32 +1000
commit84dc5a3593ef05c8956a094f014bfc4fbfc208f3 (patch)
treeb8c97c2c8de5c58039f2cde25bc474ce329a34a2 /config
parentplugin/hypr: fix updating keyboards (diff)
downloadcaelestia-shell-84dc5a3593ef05c8956a094f014bfc4fbfc208f3.tar.gz
caelestia-shell-84dc5a3593ef05c8956a094f014bfc4fbfc208f3.tar.bz2
caelestia-shell-84dc5a3593ef05c8956a094f014bfc4fbfc208f3.zip
utilities: size fixes
Diffstat (limited to 'config')
-rw-r--r--config/UtilitiesConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/UtilitiesConfig.qml b/config/UtilitiesConfig.qml
index 9117fa1..2271307 100644
--- a/config/UtilitiesConfig.qml
+++ b/config/UtilitiesConfig.qml
@@ -9,6 +9,7 @@ JsonObject {
component Sizes: JsonObject {
property int width: 430
+ property int toastWidth: 430
}
component Toasts: JsonObject {