Add clip property to Button
This commit is contained in:
parent
1150730fc6
commit
a73386f68e
3 changed files with 19 additions and 4 deletions
|
|
@ -80,7 +80,7 @@ where
|
|||
self
|
||||
}
|
||||
|
||||
/// Sets whether the contents of the [`Column`] should be clipped on
|
||||
/// Sets whether the contents of the [`Row`] should be clipped on
|
||||
/// overflow.
|
||||
pub fn clip(mut self, clip: bool) -> Self {
|
||||
self.clip = clip;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue