Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File manager can't resize vertically #593

Open
Stoppedpuma opened this issue Dec 31, 2024 · 3 comments
Open

File manager can't resize vertically #593

Stoppedpuma opened this issue Dec 31, 2024 · 3 comments
Assignees
Labels
bug Something isn't working next release bug This is an issue only present on the upcoming release. UI
Milestone

Comments

@Stoppedpuma
Copy link
Collaborator

Stoppedpuma commented Dec 31, 2024

As reported by a user in discord

@Stoppedpuma Stoppedpuma changed the title File manager can File manager can't resize vertically Dec 31, 2024
@Stoppedpuma Stoppedpuma added bug Something isn't working UI next release bug This is an issue only present on the upcoming release. labels Dec 31, 2024
@Stoppedpuma Stoppedpuma added this to the 0.9.2 milestone Dec 31, 2024
@Stoppedpuma Stoppedpuma moved this to Not started in Oculante Release Plan Dec 31, 2024
@woelper
Copy link
Owner

woelper commented Jan 1, 2025

Strangely I can't seem to resize even the most basic Window:

    egui::Window::new("test")
    .max_size([600.,600.])
    .resizable(true)
    .default_size([200.,200.])
    .show(ctx, |ui|{
        for i in 0..3 {
            ui.label("test");
        }
    });
image

@woelper woelper self-assigned this Jan 1, 2025
@Stoppedpuma
Copy link
Collaborator Author

If that's the case, this is likely a "generic" window issue and is the same thing affecting #581.

@woelper
Copy link
Owner

woelper commented Jan 1, 2025

I just found this:
emilk/egui#465
It is a bit weird, but it seems to work by allocating space. Not sure how to make that work with our thumbnails though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working next release bug This is an issue only present on the upcoming release. UI
Projects
Status: Not started
Development

No branches or pull requests

2 participants