1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

changelog & doc fix for #2539 (Window::default_open)

This commit is contained in:
Andreas Reich
2023-01-07 20:51:01 +01:00
committed by GitHub
parent f7ed135192
commit 60b4f5e3fe
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ use super::*;
///
/// You can customize:
/// * title
/// * default, minimum, maximum and/or fixed size
/// * default, minimum, maximum and/or fixed size, collapsed/expanded
/// * if the window has a scroll area (off by default)
/// * if the window can be collapsed (minimized) to just the title bar (yes, by default)
/// * if there should be a close button (none by default)