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

Window CloseButton inaccessible #548

Closed
may-day opened this issue Nov 23, 2024 · 1 comment
Closed

Window CloseButton inaccessible #548

may-day opened this issue Nov 23, 2024 · 1 comment

Comments

@may-day
Copy link

may-day commented Nov 23, 2024

If the caption becomes wider than the window's width the close button becomes inaccessible, e.g.:

class App: Application(){
    override fun start(){
        root("kvapp"){
            window("Window caption is so wide the close button becomes inaccessible",
                contentWidth=200.px,
                contentHeight=200.px,
                isResizable = false, closeButton = true) {
                +"can't reach the close button."
            }
        }
    }
}
@may-day
Copy link
Author

may-day commented Dec 4, 2024

Works now in 8.1.0. Thank you.

@may-day may-day closed this as completed Dec 4, 2024
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

No branches or pull requests

1 participant