zng-ui / zng

Cross-platform GUI framework.
Apache License 2.0
58 stars 1 forks source link

Countdown example window is not sized correctly in Wayland #529

Closed SamRodri closed 2 weeks ago

SamRodri commented 2 weeks ago

Following these steps:

1 - Run the countdown example.

Issue is that an exact size is set, in other platforms this is the inner size, in Wayland the custom chrome is included.

SamRodri commented 2 weeks ago

The shortcut example has a similar issue, but it is auto_size

SamRodri commented 2 weeks ago

Current impl of custom chrome also overrides window padding, this is the main cause of the visual change.