From 41c5f8cf8969bbeee903e3da72917990596a3781 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Tue, 1 Feb 2022 15:59:14 +0100 Subject: [PATCH] autocommit 2022-02-01 15:59:14 CET --- src/tree/container.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tree/container.rs b/src/tree/container.rs index 58e993ce..6d041a96 100644 --- a/src/tree/container.rs +++ b/src/tree/container.rs @@ -27,7 +27,7 @@ pub enum ContainerFocus { tree_id!(ContainerNodeId); pub const CONTAINER_TITLE_HEIGHT: i32 = 18; -pub const CONTAINER_BORDER: i32 = 2; +pub const CONTAINER_BORDER: i32 = 4; pub struct ContainerNode { pub id: ContainerNodeId,