Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
DMainFrm.cpp258 m_proj_width = m_res_width = 200; in studiox_splitter()
285 m_res_width = total_width - (m_pColInfo[0].nIdealSize + m_pColInfo[1].nIdealSize); in FixColumnWidths()
287 if (m_res_width < 200) in FixColumnWidths()
289 m_res_width = 200; in FixColumnWidths()
290 target_width = total_width - m_pColInfo[0].nIdealSize - m_res_width; in FixColumnWidths()
298 m_pColInfo[2].nIdealSize = m_res_width; in FixColumnWidths()
DMainFrm.h18 int m_res_width; variable