mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Doc updates
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user