Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
DMainFrm.cpp265 int target_width = 1; in FixColumnWidths() local
290 target_width = total_width - m_pColInfo[0].nIdealSize - m_res_width; in FixColumnWidths()
292 if (target_width <= 0) in FixColumnWidths()
294 target_width = 1; in FixColumnWidths()
296 m_pColInfo[1].nIdealSize = target_width; in FixColumnWidths()