mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
Merge changes I6f6e3a64,I72d659b4
* changes: [escher] Correct metrics [apps] In variable box controller, fix bug
This commit is contained in:
@@ -26,6 +26,7 @@ View * VariableBoxController::ContentViewController::view() {
|
||||
|
||||
void VariableBoxController::ContentViewController::didBecomeFirstResponder() {
|
||||
m_selectableTableView.reloadData();
|
||||
m_selectableTableView.scrollToCell(0,0);
|
||||
m_selectableTableView.selectCellAtLocation(0, m_firstSelectedRow);
|
||||
app()->setFirstResponder(&m_selectableTableView);
|
||||
}
|
||||
|
||||
@@ -11,9 +11,9 @@ public:
|
||||
constexpr static KDCoordinate CommonBottomMargin = 15;
|
||||
constexpr static KDCoordinate ParameterCellHeight = 35;
|
||||
constexpr static KDCoordinate ModalTopMargin = 5;
|
||||
constexpr static KDCoordinate ModalBottomMargin = 20;
|
||||
constexpr static KDCoordinate ModalBottomMargin = 18;
|
||||
constexpr static KDCoordinate TabHeight = 27;
|
||||
constexpr static KDCoordinate ScrollStep = 10;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user