Browse Source

fixed dialog

Tig 1 năm trước cách đây
mục cha
commit
12f5bdec8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);