mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
The scripts names are on the right and open the script edition. The left cells open the script options. Change-Id: I3fbab8c3861f3395c3206775c92cda3470963b26
11 lines
211 B
C++
11 lines
211 B
C++
#include <escher/even_odd_cell_with_ellipsis.h>
|
|
|
|
EvenOddCellWithEllipsis::EvenOddCellWithEllipsis() :
|
|
EvenOddCell()
|
|
{
|
|
}
|
|
|
|
void EvenOddCellWithEllipsis::layoutSubviews() {
|
|
m_ellipsisView.setFrame(bounds());
|
|
}
|