mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 22:30:30 +01:00
[apps/reg] Add separators in Stats
This commit is contained in:
10
apps/shared/margin_even_odd_message_text_cell.cpp
Normal file
10
apps/shared/margin_even_odd_message_text_cell.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#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()));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user