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