Merge pull request #3 from ocornut/patch-1

Example window has no border by default.
This commit is contained in:
Joonas Javanainen 2015-08-24 19:37:53 +01:00
commit 69fbe0ce9d

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,