Example window has no border by default.

This commit is contained in:
omar 2015-08-24 12:04:40 +02:00
parent 2466a2391e
commit 47fde73465

View File

@ -49,7 +49,7 @@ impl Default for State {
show_app_manipulating_window_title: false,
show_app_about: false,
no_titlebar: false,
no_border: false,
no_border: true,
no_resize: false,
no_move: false,
no_scrollbar: false,