summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-20 17:44:09 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-20 17:44:09 +0300
commite8cb2cee0c2d9072e085ad082333087ca740bcdc (patch)
treece7b528434f02a66553377428095f0fa19d5cb3a /src
parentShow device list in user profile & add option to create 1-1 chat (diff)
downloadnheko-e8cb2cee0c2d9072e085ad082333087ca740bcdc.tar.xz
Use a smaller icon size in the sidebar
Diffstat (limited to 'src')
-rw-r--r--src/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.h b/src/Config.h

index 3a3296d6..dea8851a 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.