From 9c517c02017d052d16b07033874889414a2e4239 Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Tue, 7 Mar 2017 01:19:09 +0300 Subject: [PATCH] Removed vertical spacing between blocks --- profiler_gui/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler_gui/globals.h b/profiler_gui/globals.h index 0a204b6..c04f636 100644 --- a/profiler_gui/globals.h +++ b/profiler_gui/globals.h @@ -71,7 +71,7 @@ namespace profiler_gui { const QSize ICONS_SIZE(28, 28); const uint16_t GRAPHICS_ROW_SIZE = 18; - const uint16_t GRAPHICS_ROW_SPACING = 2; + const uint16_t GRAPHICS_ROW_SPACING = 0; const uint16_t GRAPHICS_ROW_SIZE_FULL = GRAPHICS_ROW_SIZE + GRAPHICS_ROW_SPACING; const uint16_t THREADS_ROW_SPACING = 8;