Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Dec 17, 2024
1 parent 5f02d7b commit 218f7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion widget/src/combo_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ where
}
}

/// ciao
/// Sets the height of the menu of the [`ComboBox`].
pub fn menu_height(mut self, menu_height: impl Into<Length>) -> Self {
self.menu_height = menu_height.into();
self
Expand Down
2 changes: 1 addition & 1 deletion widget/src/pick_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ where
self
}

/// ciao
/// Sets the height of the [`Menu`].
pub fn menu_height(mut self, menu_height: impl Into<Length>) -> Self {
self.menu_height = menu_height.into();
self
Expand Down

0 comments on commit 218f7e5

Please sign in to comment.