[apps/graph] Display parametric name in the middle of values cell

This commit is contained in:
Léa Saviot
2019-09-05 15:43:27 +02:00
parent 00b1320eb6
commit 8726f1d621
5 changed files with 32 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ namespace Shared {
BufferFunctionTitleCell::BufferFunctionTitleCell(Orientation orientation, const KDFont * font) :
FunctionTitleCell(orientation),
m_bufferTextView(font, 0.5f, 0.5f)
m_bufferTextView(font, 0.5f, k_verticalAlignment)
{
}