[calculation] Improve margins of additional results pop-up

This commit is contained in:
Émilie Feral
2019-11-21 15:01:46 +01:00
committed by Léa Saviot
parent 2ebbe5ae25
commit eac83fce0b
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ bool HistoryController::handleEvent(Ion::Events::Event event) {
* m_controller->setType(additionalInformationType)*/
if (additionalInfoType == Expression::AdditionalInformationType::Complex) {
m_complexController.fillCalculationStoreFromExpression(calculation->exactOutput());
Container::activeApp()->displayModalViewController(&m_complexController, 0.f, 0.f, Metric::PopUpTopMargin, Metric::PopUpLeftMargin, Metric::PopUpTopMargin, Metric::PopUpRightMargin);
Container::activeApp()->displayModalViewController(&m_complexController, 0.f, 0.f, Metric::CommonTopMargin, Metric::PopUpLeftMargin, 0, Metric::PopUpRightMargin);
}
} else {
m_selectableTableView.deselectTable();