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

change: prefer minwidth / minheigth to window size #31

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

amedama41
Copy link
Contributor

Suggestion

Currently, menu or bookmark floating window size is limitted to the parent window size even if minwidth / minheight is specified by configuration such bellow.

    require("vfiler/extensions/menu/config").setup({
        options = {
            floating = {
                minwidth = 100,
            }
        },
   })

By this limitation, the floating window tends to be too narrow on explorer style.
So I want to prefer minwidth / minheigth to the parent window size.

@obaland
Copy link
Owner

obaland commented Oct 29, 2023

Thank you for your commitment.

@obaland obaland merged commit b8e9ec4 into obaland:main Oct 29, 2023
@amedama41 amedama41 deleted the feature/prefer_minvalue branch May 19, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants