Browse Source

Fixing button alignment broken by 9485cb3f

(cherry picked from commit 0b6147e59905f33c2400cdcdf90e642ffc4daa6b)

Source commit: 5f5fe9afb7cdc4b66f4167dfde2c359ff7cf0da2
Martin Prikryl 4 months ago
parent
commit
1f475b21c3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      source/forms/Authenticate.dfm

+ 2 - 2
source/forms/Authenticate.dfm

@@ -173,8 +173,8 @@ object AuthenticateForm: TAuthenticateForm
         416
         41)
       object PasswordOKButton: TButton
-        Left = 154
-        Top = 6
+        Left = 156
+        Top = 8
         Width = 80
         Height = 25
         Anchors = [akTop, akRight]