Home
last modified time | relevance | path

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

/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_options_editor/
H A Dcd_opts_dlg.py455 COL_N = len(COL_MWS) variable in OptEdD
525 m.col_ws = m.col_ws if M.COL_N==len(m.col_ws) else M.COL_MWS[:]
829 m.dlg_min_w = 10 + sum(M.COL_MWS) + M.COL_N + M.SCROLL_W
830 m.dlg_w = 10 + sum(m.col_ws) + M.COL_N + M.SCROLL_W
913 ) for c in range(M.COL_N)]
1223 if sum_ws >= (l_w - M.COL_N - M.SCROLL_W):return [] # decrease dlg - need user choice
1226 extra = int((l_w - M.COL_N - M.SCROLL_W - sum_ws)/2)