Skip to content

Commit 51293f3

Browse files
committed
Update error message when height is unbounded
1 parent 2b5de09 commit 51293f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flet/lib/src/controls/navigation_rail.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _NavigationRailControlState extends State<NavigationRailControl>
6262
widget.control.getDouble("height") == null) {
6363
return const ErrorControl("Error displaying NavigationRail",
6464
description:
65-
"Control's height is unbounded. Either set \"expand\" property, set a fixed \"height\" or nest NavigationRail inside another control with a fixed height.");
65+
"Control's height is unbounded. Either set a fixed \"height\" or nest NavigationRail inside expanded control or control with a fixed height.");
6666
}
6767

6868
return NavigationRail(

0 commit comments

Comments
 (0)