From c9e670397f86e9a78bddaf22c09d5bee48a9eecc Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Tue, 24 Oct 2023 09:25:49 -0400 Subject: [PATCH] Give notifications a bit more breathing room by default --- assets/settings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index e70b563359..19c73ca021 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -148,7 +148,7 @@ // Where to dock channels panel. Can be 'left' or 'right'. "dock": "right", // Default width of the channels panel. - "default_width": 240 + "default_width": 380 }, "assistant": { // Whether to show the assistant panel button in the status bar.