Increased the max height of pickers (#41617)
Release Notes: - Increased the max size of picker based UI
This commit is contained in:
@@ -314,7 +314,7 @@ impl<D: PickerDelegate> Picker<D> {
|
||||
confirm_on_update: None,
|
||||
width: None,
|
||||
widest_item: None,
|
||||
max_height: Some(rems(18.).into()),
|
||||
max_height: Some(rems(24.).into()),
|
||||
show_scrollbar: false,
|
||||
is_modal: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user