mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 00:30:46 +01:00
[escher] Implement ScrollView::minimalSizeForOptimalDisplay including margins
Remove from derived classes: - apps/calculation/scrollable_expression_view - apps/code/consol_line_cell - apps/shared/scrollable_exact_approximate_expressions_view - escher/layout_field - escher/table_view - escher/text_field
This commit is contained in:
committed by
EmilieNumworks
parent
0e0b49acce
commit
08e8bf0eeb
@@ -13,10 +13,6 @@ TableView::TableView(TableViewDataSource * dataSource, ScrollViewDataSource * sc
|
||||
{
|
||||
}
|
||||
|
||||
KDSize TableView::minimalSizeForOptimalDisplay() const {
|
||||
return m_contentView.minimalSizeForOptimalDisplay();
|
||||
}
|
||||
|
||||
TableViewDataSource * TableView::dataSource() {
|
||||
return m_contentView.dataSource();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user