Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
LoipesMas and alice-i-cecile committed Jun 20, 2022
1 parent 7d6f900 commit 96ef2b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/bevy_window/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,10 @@ impl Window {
#[derive(Debug, Clone)]
pub enum WindowPosition {
/// Position will be set by window manager
Default,
/// Window will be centered at primary monitor
Automatic,
/// Window will be centered on the primary monitor
///
/// Note that this does not account for window decorations.
Centered,
/// Window will be placed at specified position
At(Vec2),
Expand Down

0 comments on commit 96ef2b1

Please sign in to comment.