0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:21:11 +08:00

Removed vertical spacing between blocks

This commit is contained in:
Victor Zarubkin 2017-03-07 01:19:09 +03:00
parent df0ee6ead9
commit 9c517c0201

View File

@ -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;