0
0
mirror of https://github.com/yse/easy_profiler.git synced 2025-01-14 00:27:55 +08:00

Changed default value for minimum blocks width for GUI

This commit is contained in:
Victor Zarubkin 2017-02-08 21:47:11 +03:00
parent 048ea7de1f
commit c3c9ac8250

View File

@ -64,7 +64,7 @@ namespace profiler_gui {
, begin_time(0)
, frame_time(4e4f)
, blocks_spacing(2)
, blocks_size_min(3)
, blocks_size_min(2)
, blocks_narrow_size(20)
, chrono_text_position(ChronoTextPosition_Center)
, time_units(TimeUnits_auto)