Home
last modified time | relevance | path

Searched refs:ANNOTATION_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins/query_designer/src/
H A DQueryViewItems.cpp41 #define ANNOTATION_MIN_SIZE GRID_STEP macro
62 …hted(false), unit(_unit), font(QFont()), bound(0, 0, 3 * ANNOTATION_MIN_SIZE, ANNOTATION_MIN_SIZE), in QDElement()
63 dragging(false), extendedHeight(ANNOTATION_MIN_SIZE), itemResizeFlags(0) { in QDElement()
134 bound.setHeight(ANNOTATION_MIN_SIZE); in adaptSize()
519 … if (newBound.width() < ANNOTATION_MIN_SIZE * 2 || newBound.height() < ANNOTATION_MIN_SIZE) { in sceneEvent()