mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
Merge pull request #3 from ocornut/patch-1
Example window has no border by default.
This commit is contained in:
commit
69fbe0ce9d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user