1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Make it possible to set Glium windows as not resizable. (#69)

This commit is contained in:
Patrik Höglund
2020-12-22 15:20:38 +01:00
committed by GitHub
parent dbab277658
commit bb469bf52f
3 changed files with 9 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
* `egui_glium` will auto-save your app state every 30 seconds.
* `egui_glium` can now set windows as fixed size (e.g. the user can't resize the window). See `egui::App::is_resizable()`.
### Changed