Skip to content

[bug] When resizable is false window size is forced to be at least 200px (Linux) #561

@Megamannen

Description

@Megamannen

Using this sample
resizable

When starting with

  let mut resizable = true;

  let window = WindowBuilder::new()
    .with_title("Hit space to toggle resizability.")
    .with_inner_size(LogicalSize::new(220.0, 90.0))
    .with_resizable(resizable)
    .build(&event_loop)
    .unwrap();

It starts out at the correct size, but when pressing space (triggering resizable change), window size is forced to 200px height

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    📬Proposal

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions