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