mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
11 lines
224 B
C++
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()));
|
|
}
|
|
|
|
}
|
|
|