mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/graph] Display parametric name in the middle of values cell
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user