mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[escher] Add method to set the alignment in event odd buffer text view
Change-Id: I2d16f1b503b48a993ad9c0760a4c8255ea49ff31
This commit is contained in:
@@ -17,6 +17,10 @@ void EvenOddPointerTextCell::setText(const char * title, KDColor textColor) {
|
||||
m_pointerTextView.setTextColor(textColor);
|
||||
}
|
||||
|
||||
void EvenOddPointerTextCell::setAlignment(float horizontalAlignment, float verticalAlignment) {
|
||||
m_pointerTextView.setAlignment(horizontalAlignment, verticalAlignment);
|
||||
}
|
||||
|
||||
int EvenOddPointerTextCell::numberOfSubviews() const {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user