Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dnote.h93 static const int emptyMinWidth;
H A Dnote.cpp73 const int Note::emptyMinWidth = 40; member in Note
698 double minWidth = emptyMinWidth; in handleMouseMoveSlot()