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

11 lines
239 B
C++

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