mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps/graph] Align function name and expresion baselines
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
|
||||
namespace Shared {
|
||||
|
||||
FunctionExpressionCell::FunctionExpressionCell() :
|
||||
EvenOddExpressionCell()
|
||||
{
|
||||
}
|
||||
|
||||
KDSize FunctionExpressionCell::minimalSizeForOptimalDisplay() const {
|
||||
KDSize expressionSize = m_expressionView.minimalSizeForOptimalDisplay();
|
||||
return KDSize(m_leftMargin + expressionSize.width() + m_rightMargin, expressionSize.height()+k_separatorThickness);
|
||||
|
||||
Reference in New Issue
Block a user