summaryrefslogtreecommitdiffstats
path: root/native/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-12-09 21:59:31 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-12-09 21:59:31 +0100
commitc1b9f6652517dcbf5ffd83b5db4a624f9a5b0da4 (patch)
tree40250d83f761f10352ba7bf26a801a415c8da452 /native/CHANGELOG.md
parentf942fc3b68ecbbe136c54922109c7e2e4732735b (diff)
downloadiced-c1b9f6652517dcbf5ffd83b5db4a624f9a5b0da4.tar.gz
iced-c1b9f6652517dcbf5ffd83b5db4a624f9a5b0da4.tar.bz2
iced-c1b9f6652517dcbf5ffd83b5db4a624f9a5b0da4.zip
Add `Button::height` and `Button::min_height`
Diffstat (limited to 'native/CHANGELOG.md')
-rw-r--r--native/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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<image::Handle>` now instead of an `Into<String>`. [#90]