mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[calculation] Improve margins of additional results pop-up
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user