mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-03 15:20:06 -04:00
Disable maximize button on non-resizable windows (#588)
* Disabled maximize button When creating a non resizable window in win32. Also added example code to test. * Added to changelog * Added to documentation * Removed non_resizable test * Other suggested PR changes * Documentation changes * CHANGELOG nits
This commit is contained in:
committed by
Francesca Frangipane
parent
1703d0417a
commit
ec393e4a90
@@ -1,5 +1,7 @@
|
||||
# Unreleased
|
||||
|
||||
- On Windows, non-resizable windows now have the maximization button disabled. This is consistent with behavior on macOS and popular X11 WMs.
|
||||
|
||||
# Version 0.16.1 (2018-07-02)
|
||||
|
||||
- Added logging through `log`. Logging will become more extensive over time.
|
||||
|
||||
Reference in New Issue
Block a user