Selaa lähdekoodia

Cosmetics: change key wizard -> enter key

Herman Schoenfeld 7 vuotta sitten
vanhempi
commit
56f36d71c2
1 muutettua tiedostoa jossa 21 lisäystä ja 19 poistoa
  1. 21 19
      src/gui/wizards/operations/UWIZChangeKey_EnterKey.lfm

+ 21 - 19
src/gui/wizards/operations/UWIZChangeKey_EnterKey.lfm

@@ -1,53 +1,55 @@
 object WIZChangeKey_EnterKey: TWIZChangeKey_EnterKey
   Left = 0
-  Height = 253
+  Height = 291
   Top = 0
-  Width = 429
+  Width = 510
   ActiveControl = chkChooseFee
   Caption = 'ChangeKey_EnterKey'
-  ClientHeight = 253
-  ClientWidth = 429
-  LCLVersion = '1.8.2.0'
+  ClientHeight = 291
+  ClientWidth = 510
   Visible = False
   object gbNewPublicKey: TGroupBox
-    Left = 16
-    Height = 232
-    Top = 8
-    Width = 400
+    Left = 4
+    Height = 282
+    Top = 4
+    Width = 501
     Anchors = [akTop, akLeft, akRight, akBottom]
     Caption = 'New Public Key'
-    ClientHeight = 212
-    ClientWidth = 396
+    ClientHeight = 262
+    ClientWidth = 497
     TabOrder = 0
     object lblPublicKeyNotice: TLabel
       Left = 8
-      Height = 30
+      Height = 15
       Top = 7
-      Width = 348
-      Caption = 'Please enter the public key of the new owner who will control this '#13#10'account'
+      Width = 199
+      Caption = 'Enter the public key of the new owner'
       ParentColor = False
     end
     object chkChooseFee: TCheckBox
       Left = 8
       Height = 19
-      Top = 152
+      Top = 160
       Width = 226
+      Anchors = [akLeft, akBottom]
       Caption = 'Let me choose fee''s for this transaction'
       TabOrder = 0
     end
     object chkAttachPayload: TCheckBox
       Left = 8
       Height = 19
-      Top = 184
+      Top = 192
       Width = 303
+      Anchors = [akLeft, akBottom]
       Caption = 'I want to attach a message payload to this transaction'
       TabOrder = 1
     end
     object mmoNewPrivateKey: TMemo
       Left = 8
-      Height = 102
-      Top = 42
-      Width = 376
+      Height = 118
+      Top = 32
+      Width = 480
+      Anchors = [akTop, akLeft, akRight, akBottom]
       TabOrder = 2
     end
   end