mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 15:20:39 +01:00
[apps/sequence] Create a class sequence title cell
Change-Id: I2a891e6a47ec742cedfa6780ee1a50eb3df24085
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include <escher/even_odd_buffer_text_cell.h>
|
||||
#include <assert.h>
|
||||
|
||||
EvenOddBufferTextCell::EvenOddBufferTextCell(KDText::FontSize size) :
|
||||
EvenOddBufferTextCell::EvenOddBufferTextCell(KDText::FontSize size, float horizontalAlignment, float verticalAlignment) :
|
||||
EvenOddCell(),
|
||||
m_bufferTextView(BufferTextView(size, 1.0f, 0.5f))
|
||||
m_bufferTextView(BufferTextView(size, horizontalAlignment, verticalAlignment))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user