Fix link in Image docs
This commit is contained in:
parent
c48739029b
commit
b67aa0b25f
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ impl<I> Image<I> {
|
||||||
/// This is useful if you want to override the default alignment given by
|
/// This is useful if you want to override the default alignment given by
|
||||||
/// the parent container.
|
/// the parent container.
|
||||||
///
|
///
|
||||||
/// [`Image`]: struct.Button.html
|
/// [`Image`]: struct.Image.html
|
||||||
pub fn align_self(mut self, align: Align) -> Self {
|
pub fn align_self(mut self, align: Align) -> Self {
|
||||||
self.style = self.style.align_self(align);
|
self.style = self.style.align_self(align);
|
||||||
self
|
self
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue