Searched refs:dlgheight (Results 1 – 1 of 1) sorted by relevance
6882 int dlgheight; in gui_mch_dialog() local7162 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()