From e8cb2cee0c2d9072e085ad082333087ca740bcdc Mon Sep 17 00:00:00 2001
From: Konstantinos Sideris <sideris.konstantin@gmail.com>
Date: Fri, 20 Jul 2018 17:44:09 +0300
Subject: [PATCH] Use a smaller icon size in the sidebar

---
 src/Config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Config.h b/src/Config.h
index 3a3296d61..dea8851a0 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -54,7 +54,7 @@ constexpr int height = 50;
 
 namespace sidebarActions {
 constexpr int height   = textInput::height;
-constexpr int iconSize = 28;
+constexpr int iconSize = 24;
 }
 
 // Button settings.
-- 
GitLab