Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c6898 int maxDialogHeight; in gui_mch_dialog() local
7008 maxDialogHeight = workarea_rect.bottom - workarea_rect.top - 150; in gui_mch_dialog()
7020 maxDialogHeight = rect.bottom - rect.top in gui_mch_dialog()
7024 if (maxDialogHeight < DLG_MIN_MAX_HEIGHT) in gui_mch_dialog()
7025 maxDialogHeight = DLG_MIN_MAX_HEIGHT; 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()