Adjust multibuffer header fold button size (#27253)
This PR adjust the size of the fold button on the multibuffer header. Had to make the `height` method public on the Button Like to pull that off without other major changes. | Before | After | |--------|--------| |  |  | Release Notes: - N/A
This commit is contained in:
parent
1cca2e37b0
commit
c394a3a890
2 changed files with 4 additions and 4 deletions
|
@ -398,7 +398,7 @@ impl ButtonLike {
|
|||
self
|
||||
}
|
||||
|
||||
pub(crate) fn height(mut self, height: DefiniteLength) -> Self {
|
||||
pub fn height(mut self, height: DefiniteLength) -> Self {
|
||||
self.height = Some(height);
|
||||
self
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue