aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-10 23:10:36 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-10 23:10:36 +0200
commit238ebd5e0c02b3a126cd9af1339e0ff8c7c5423c (patch)
tree2da3edea11c7877d9b3d4118997bd97c160dde4e
parent7e1c76df62dc326175fc59ebbe80404e08c8a4d8 (diff)
increase maximum notification width
-rw-r--r--wired.ron2
1 files changed, 1 insertions, 1 deletions
diff --git a/wired.ron b/wired.ron
index 77e34c2..842c84a 100644
--- a/wired.ron
+++ b/wired.ron
@@ -71,7 +71,7 @@
color: Color(hex: "#d8d8d8"),
color_hovered: Color(hex: "#d8d8d8"),
padding: Padding(left: 7.0, right: 7.0, top: 3.0, bottom: 7.0),
- width: (min: 150, max: 250),
+ width: (min: 150, max: 350),
scroll_speed: 0.1,
lhs_dist: 35.0,
rhs_dist: 35.0,