Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c6882 int dlgheight; in gui_mch_dialog() local
7162 dlgheight = msgheight + 2 * dlgPaddingY in gui_mch_dialog()
7165 dlgheight = msgheight + 3 * dlgPaddingY + 2 * fontHeight; in gui_mch_dialog()
7170 dlgheight += editboxheight; in gui_mch_dialog()
7173 if (dlgheight > maxDialogHeight) in gui_mch_dialog()
7175 msgheight = msgheight - (dlgheight - maxDialogHeight); in gui_mch_dialog()
7176 dlgheight = maxDialogHeight; in gui_mch_dialog()
7182 add_word(PixelToDialogY(dlgheight)); in gui_mch_dialog()