Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.cpp248m_lable_height = MulDiv(LABLE_HEIGHT, m_sys_dpi, DEFAULT_DPI_96) * text_scaler / DEFAULT_TEXT_SCAL… in SetControlDimensions()
477 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
499 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
502 int offset = m_lable_height + 4; in PositionChildren()
517 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
536 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
549 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
Dstring_table_edit_dlg.h301 int m_lable_height; variable