Add Button::height and Button::min_height

This commit is contained in:
Héctor Ramón Jiménez 2019-12-09 21:59:31 +01:00
parent f942fc3b68
commit c1b9f66525
2 changed files with 24 additions and 2 deletions

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Ctrl+Left` and `Ctrl+Right` cursor word jump for `TextInput`. [#108]
- `keyboard::ModifiersState` struct which contains the state of the keyboard modifiers. [#108]
- `TextInput::password` method to enable secure password input mode. [#113]
- `Button::height` and `Button::min_height` methods to control the height of a button.
### Changed
- `Image::new` takes an `Into<image::Handle>` now instead of an `Into<String>`. [#90]