File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
sdk/python/packages/flet-core/src/flet_core Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -444,14 +444,14 @@ def item_height(self, value: OptionalNumber):
444444 ), "item_height must be greater than or equal to 48.0"
445445 self ._set_attr ("itemHeight" , value )
446446
447- # menu_max_height
447+ # max_menu_height
448448 @property
449- def menu_max_height (self ) -> OptionalNumber :
450- return self ._get_attr ("menuMaxHeight " , data_type = "float" )
449+ def max_menu_height (self ) -> OptionalNumber :
450+ return self ._get_attr ("maxMenuHeight " , data_type = "float" )
451451
452- @menu_max_height .setter
453- def menu_max_height (self , value : OptionalNumber ):
454- self ._set_attr ("menuMaxHeight " , value )
452+ @max_menu_height .setter
453+ def max_menu_height (self , value : OptionalNumber ):
454+ self ._set_attr ("maxMenuHeight " , value )
455455
456456 # icon_size
457457 @property
You can’t perform that action at this time.
0 commit comments