summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/views/examples/examples_window.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/views/examples/examples_window.cc b/ui/views/examples/examples_window.cc
index 5840ff5..f22ebf9 100644
--- a/ui/views/examples/examples_window.cc
+++ b/ui/views/examples/examples_window.cc
@@ -221,6 +221,7 @@ void ShowExamplesWindow(Operation operation,
params.context = window_context;
params.bounds = gfx::Rect(0, 0, 850, 300);
params.top_level = true;
+ params.remove_standard_frame = true;
widget->Init(params);
widget->Show();
}