mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
[escher] In text view, fix bug: color all background in background color
Change-Id: I45bab2759cde8d6af51b927750ba16610afc36cd
This commit is contained in:
@@ -32,7 +32,7 @@ View * StackView::subviewAtIndex(int index) {
|
||||
}
|
||||
|
||||
void StackView::layoutSubviews() {
|
||||
m_textView.setFrame(bounds());
|
||||
m_textView.setFrame(KDRect(0, 1, bounds().width(), bounds().height()-2));
|
||||
}
|
||||
|
||||
void StackView::setName(const char * name) {
|
||||
|
||||
Reference in New Issue
Block a user