From 22704fbfd741f72a342ba5b2445157c4f37f6d1e Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 24 Jun 2024 11:21:26 +0300 Subject: [PATCH] Style : Reduce the gap back to 8. --- part/Style.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part/Style.nix b/part/Style.nix index 0657d7eb..5f3f3eba 100644 --- a/part/Style.nix +++ b/part/Style.nix @@ -75,7 +75,7 @@ }; window = { - gap = 12; + gap = 8; border = 4; }; }