Преглед изворни кода

Bug: minor fix for ui update.

deleted unneeded file.
Ugochukwu Mmaduekwe пре 7 година
родитељ
комит
503d7351c6

+ 5 - 5
src/gui/wizards/operations/UWIZFeeOverride.lfm

@@ -55,20 +55,20 @@ object WIZFeeOverride: TWIZFeeOverride
       ParentColor = False
       ParentFont = False
     end
-    object lbltotalfee: TLabel
+    object lblestimatedfee: TLabel
       Left = 11
       Height = 15
       Top = 66
-      Width = 162
-      Caption = 'Total Fee For All Transcations:'
+      Width = 190
+      Caption = 'Estimated Fee For All Transcations:'
       Font.Style = [fsBold]
       ParentColor = False
       ParentFont = False
     end
     object lblTotalFeeValue: TLabel
-      Left = 192
+      Left = 208
       Height = 15
-      Top = 64
+      Top = 66
       Width = 28
       Caption = 'xxxx'
       Font.Style = [fsBold]

+ 1 - 1
src/gui/wizards/operations/UWIZFeeOverride.pas

@@ -27,7 +27,7 @@ type
   TWIZFeeOverride = class(TWizardForm<TWIZOperationsModel>)
     fseFee: TFloatSpinEdit;
     gbTransactionFee: TGroupBox;
-    lbltotalfee: TLabel;
+    lblestimatedfee: TLabel;
     lblPASC: TLabel;
     lblNote1: TLabel;
     lblNote2: TLabel;

+ 1 - 0
src/gui/wizards/operations/UWIZSendPASC_EnterQuantity.lfm

@@ -7,6 +7,7 @@ object WIZSendPASC_EnterQuantity: TWIZSendPASC_EnterQuantity
   Caption = 'WIZSendPASC_EnterQuantity'
   ClientHeight = 253
   ClientWidth = 429
+  LCLVersion = '1.8.2.0'
   Visible = False
   object gbQuantity: TGroupBox
     Left = 16

+ 1 - 1
src/gui/wizards/operations/UWIZSendPASC_EnterQuantity.pas

@@ -77,7 +77,7 @@ end;
 
 procedure TWIZSendPASC_EnterQuantity.OnPresent;
 begin
-  edtAmt.Text := TAccountComp.FormatMoney(0);
+  UpdateUI();
 end;
 
 procedure TWIZSendPASC_EnterQuantity.chkAttachPayloadChange(Sender: TObject);

+ 0 - 19
src/gui/wizards/operations/UWIZSendPASC_FeeOverride.lfm

@@ -1,19 +0,0 @@
-object WIZFeeOverride: TWIZFeeOverride
-  Left = 0
-  Height = 253
-  Top = 0
-  Width = 429
-  Caption = 'WIZFeeOverride'
-  ClientHeight = 253
-  ClientWidth = 429
-  LCLVersion = '1.8.1.0'
-  Visible = False
-  object gbTransactionFee: TGroupBox
-    Left = 14
-    Height = 232
-    Top = 8
-    Width = 400
-    Caption = 'Transaction Fee'
-    TabOrder = 0
-  end
-end