Hide more Widget member variables.

This commit is contained in:
Jared Boone 2016-02-07 10:40:06 -08:00
parent 8f8a9f2b63
commit 3a709c51c4
2 changed files with 4 additions and 4 deletions

View file

@ -175,7 +175,7 @@ SystemView::SystemView(
) : View { parent_rect },
context_(context)
{
style_ = &style_default;
set_style(&style_default);
constexpr ui::Dim status_view_height = 16;