mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Turn off Window title bars with window.title_bar(false)
You can still resize and move them assuming there is some area that does not steal the drag input. In particular, if a scroll area covers the window than dragging the window contents will scroll, not move it. Closes https://github.com/emilk/egui/issues/66
This commit is contained in:
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
### Added ⭐
|
||||
|
||||
* Turn off `Window` title bars with `window.title_bar(false)`.
|
||||
* `ImageButton` - `ui.add(ImageButton::new(...))`.
|
||||
* `ui.vertical_centered` and `ui.vertical_centered_justified`.
|
||||
* Mouse-over explanation to duplicate ID warning
|
||||
|
||||
Reference in New Issue
Block a user