You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the caption becomes wider than the window's width the close button becomes inaccessible, e.g.:
classApp: Application(){
overridefunstart(){
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."
}
}
}
}
The text was updated successfully, but these errors were encountered:
If the caption becomes wider than the window's width the close button becomes inaccessible, e.g.:
The text was updated successfully, but these errors were encountered: