Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c6883 int editboxheight; in gui_mch_dialog() local
7168 editboxheight = fontHeight + dlgPaddingY + 4 * DLG_VERT_PADDING_Y; in gui_mch_dialog()
7170 dlgheight += editboxheight; in gui_mch_dialog()
7216 buttonYpos += editboxheight; in gui_mch_dialog()