Browse Source

fixed dialog

Tig 1 year ago
parent
commit
12f5bdec8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Views/Dialog.cs

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

@@ -137,7 +137,7 @@ public class Dialog : Window
         }
 
         button.X = Pos.Align (ButtonAlignment);
-        button.Y = Pos.AnchorEnd () - 1;
+        button.Y = Pos.AnchorEnd ();
 
         _buttons.Add (button);
         Add (button);