From c1b9f6652517dcbf5ffd83b5db4a624f9a5b0da4 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 9 Dec 2019 21:59:31 +0100 Subject: Add `Button::height` and `Button::min_height` --- native/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'native/CHANGELOG.md') diff --git a/native/CHANGELOG.md b/native/CHANGELOG.md index cdf02c4b..df8852b7 100644 --- a/native/CHANGELOG.md +++ b/native/CHANGELOG.md @@ -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` now instead of an `Into`. [#90] -- cgit