Paint background of Text object before string.

This commit is contained in:
Jared Boone 2016-01-26 13:00:36 -08:00
parent c1f7f23367
commit a13e19a907
2 changed files with 8 additions and 2 deletions

View file

@ -299,6 +299,7 @@ void AISRecentEntryDetailView::set_entry(const AISRecentEntry& entry) {
AISAppView::AISAppView(NavigationView&) {
add_children({ {
&label_app_name,
&label_channel,
&options_channel,
&recent_entries_view,