Files
Upsilon/escher/src/even_odd_cell_with_ellipsis.cpp
Léa Saviot 57633829a9 [code] Split the Menu Controller in two columns.
The scripts names are on the right and open the script edition.
The left cells open the script options.

Change-Id: I3fbab8c3861f3395c3206775c92cda3470963b26
2017-11-17 14:05:23 +01:00

11 lines
211 B
C++

#include <escher/even_odd_cell_with_ellipsis.h>
EvenOddCellWithEllipsis::EvenOddCellWithEllipsis() :
EvenOddCell()
{
}
void EvenOddCellWithEllipsis::layoutSubviews() {
m_ellipsisView.setFrame(bounds());
}