##// END OF EJS Templates
Updated core module -> fixes catalogs issue...
Updated core module -> fixes catalogs issue Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r851:1ba93038a6bd
r1403:7df70ad70bf0
Show More
VisualizationDef.cpp
3 lines | 79 B | text/x-c | CppLexer
/ gui / src / Common / VisualizationDef.cpp
Move the GRAPH_MINIMUM_HEIGHT constant in a place accessible everywhere and use it in the drag&drop
r851 #include "Common/VisualizationDef.h"
const int GRAPH_MINIMUM_HEIGHT = 300;