mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Fixed Shortcut
This commit is contained in:
@@ -71,7 +71,7 @@ public class Shortcut : View
|
||||
CommandView = new ()
|
||||
{
|
||||
Width = Dim.Auto (),
|
||||
Height = Dim.Auto ()
|
||||
Height = Dim.Auto (DimAutoStyle.Auto, minimumContentDim: 1)
|
||||
};
|
||||
|
||||
HelpView.Id = "_helpView";
|
||||
|
||||
Reference in New Issue
Block a user