[escher] Correct Metric

Change-Id: Iaef3b5654ba5209eadc2a9726f7206f59df73a32
This commit is contained in:
Émilie Feral
2017-05-10 17:09:22 +02:00
parent ba4cdda42d
commit a40dcc9af2
4 changed files with 7 additions and 5 deletions

View File

@@ -187,7 +187,7 @@ void AppsContainer::refreshPreferences() {
void AppsContainer::displayExamModePopUp(bool activate, bool forceWindowRedraw) {
m_examPopUpController.setActivatingExamMode(activate);
activeApp()->displayModalViewController(&m_examPopUpController, 0.f, 0.f, Metric::PopUpTopMargin, Metric::PopUpRightMargin, Metric::PopUpBottomMargin, Metric::PopUpLeftMargin);
activeApp()->displayModalViewController(&m_examPopUpController, 0.f, 0.f, Metric::ExamPopUpTopMargin, Metric::PopUpRightMargin, Metric::ExamPopUpBottomMargin, Metric::PopUpLeftMargin);
if (forceWindowRedraw) {
m_window.redraw(true);
}