Files
Upsilon/apps/statistics/calculation_title_cell.cpp
2018-06-11 13:58:24 +02:00

11 lines
224 B
C++

#include "calculation_title_cell.h"
namespace Statistics {
void CalculationTitleCell::layoutSubviews() {
m_messageTextView.setFrame(KDRect(bounds().topLeft(), bounds().width() - k_rightMargin, bounds().height()));
}
}