From 16a355a2b7a8ba381736adf17fc38c301c403f62 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Thu, 12 Jan 2017 17:42:09 +0100 Subject: [PATCH] fix(config): Remove default value for module-margin-right --- include/components/types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/components/types.hpp b/include/components/types.hpp index 924eaafd..e8055317 100644 --- a/include/components/types.hpp +++ b/include/components/types.hpp @@ -132,7 +132,7 @@ struct bar_settings { position center{0, 0}; side_values padding{0U, 0U}; side_values margin{0U, 0U}; - side_values module_margin{0U, 2U}; + side_values module_margin{0U, 0U}; edge_values strut{0U, 0U, 0U, 0U}; uint32_t background{0xFFFFFFFF};