mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/stats] Fix table margins.
This commit is contained in:
@@ -180,7 +180,7 @@ View * StoreController::loadView() {
|
||||
for (int i = 0; i < k_maxNumberOfEditableCells; i++) {
|
||||
m_editableCells[i] = new StoreCell(tableView, this, m_draftTextBuffer);
|
||||
}
|
||||
tableView->setMargins(k_margin);
|
||||
tableView->setMargins(k_margin, k_scrollBarMargin, k_scrollBarMargin, k_margin);
|
||||
return tableView;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user