Doc updates

This commit is contained in:
Tig
2024-08-03 18:08:51 -06:00
parent 8c14ab3b6a
commit f70e8ded40
2 changed files with 15 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ public class Shortcut : View, IOrientation, IDesignable
CommandView = new ()
{
Width = Dim.Auto (),
Height = Dim.Auto (1)
Height = Dim.Auto (DimAutoStyle.Auto, minimumContentDim: 1)
};
HelpView.Id = "_helpView";