Searched refs:msgheight (Results 1 – 1 of 1) sorted by relevance
6885 int msgheight; in gui_mch_dialog() local7033 msgheight = 0; in gui_mch_dialog()7037 msgheight += fontHeight; // at least one line in gui_mch_dialog()7055 msgheight += fontHeight; in gui_mch_dialog()7090 if (msgheight < DLG_ICON_HEIGHT) in gui_mch_dialog()7091 msgheight = DLG_ICON_HEIGHT; in gui_mch_dialog()7162 dlgheight = msgheight + 2 * dlgPaddingY in gui_mch_dialog()7175 msgheight = msgheight - (dlgheight - maxDialogHeight); in gui_mch_dialog()7213 buttonYpos = msgheight + 2 * dlgPaddingY; in gui_mch_dialog()7286 PixelToDialogY(msgheight), in gui_mch_dialog()[all …]