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

[button] Remove minimum button width

This commit is contained in:
Emil Ernerfeldt
2020-12-12 19:31:32 +01:00
parent 8b9d58d753
commit b0d0d5dd55
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed 🔧
* Changed default font to [Ubuntu-Light](https://fonts.google.com/specimen/Ubuntu).
* Remove minimum button width
* Refactored `egui::Layout` substantially, changing its interface.
### Removed 🔥