Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dnote.h96 static const int initialMinHeight; variable
H A Dnote.cpp76 const int Note::initialMinHeight = 45; member in Note
227 m_rect.setRect(0, 0, Note::initialMinWidth, Note::initialMinHeight); in Note()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_menu.cpp3078 vg.setRect(0, 0, Note::initialMinWidth, Note::initialMinHeight); in addNote()
3082 tl.setY(tl.y() + ((vpSize.height() - Note::initialMinHeight) / 2.0)); in addNote()