Browse Source

Fixed merged issue

Tig 1 year ago
parent
commit
af9887bc9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Views/Shortcut.cs

+ 1 - 1
Terminal.Gui/Views/Shortcut.cs

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