alternetsoft / AlternetUI

MIT License
22 stars 2 forks source link

WindowPropertiesSample Problem #84

Closed neoxeo closed 6 months ago

neoxeo commented 7 months ago

@generalloki

Version : d2dd6849912408831e59c899a8a2c2e3ed10bcf4

OS : Ubuntu 22.04.3 LTS

HasTitleBar seems not work, you can check or uncheck, nothing change.

generalloki commented 6 months ago

You need to turn off other props additionally to HasTitleBar. I beleive to turn off system menu, close and possibly maximize, minimize. Play with the props in the demo to find a correct set of props. I beleive we could improve behavior in the next builds, I will post here an update.

neoxeo commented 6 months ago

@generalloki

OK, I will try that.

generalloki commented 6 months ago

I have found that under some Linux version title bar disapears only when HasBorder = false. I am closing this issue asoperating system decides what to do, we just pass there property values.