diff options
author | 2020-02-14 21:43:34 +0100 | |
---|---|---|
committer | 2020-02-14 21:43:34 +0100 | |
commit | ddceb295f43154543b7f90bbd84964ede0901dbd (patch) | |
tree | af5744ec03d14de9136a8a0c34f2697f963efe9c /native/src/widget | |
parent | f4b8bce837513cdd06df3a3ceba86fd9256d3cc5 (diff) | |
download | iced-ddceb295f43154543b7f90bbd84964ede0901dbd.tar.gz iced-ddceb295f43154543b7f90bbd84964ede0901dbd.tar.bz2 iced-ddceb295f43154543b7f90bbd84964ede0901dbd.zip |
Revert rustfmt change.
Diffstat (limited to 'native/src/widget')
-rw-r--r-- | native/src/widget/container.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/widget/container.rs b/native/src/widget/container.rs index 07bb62c6..3459a832 100644 --- a/native/src/widget/container.rs +++ b/native/src/widget/container.rs @@ -77,6 +77,7 @@ where self.max_height = max_height; self } + /// Sets the content alignment for the horizontal axis of the [`Container`]. /// /// [`Container`]: struct.Container.html |