Tig vor 1 Jahr
Ursprung
Commit
d8bc511226
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Terminal.Gui/Views/Shortcut.cs

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

@@ -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";