Browse Source

GUI: fixed operation context menu bug

Herman Schoenfeld 7 years ago
parent
commit
778175ccfe
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/gui/UCTRLWallet.lfm
  2. 1 1
      src/gui/UCTRLWallet.pas

+ 1 - 1
src/gui/UCTRLWallet.lfm

@@ -184,7 +184,7 @@ object CTRLWallet: TCTRLWallet
       Caption = 'Copy OPHASH'
       OnClick = miCopyOphashClick
     end
-    object MenuItem1: TMenuItem
+    object miSep2: TMenuItem
       Caption = '-'
     end
     object miOperationInfo: TMenuItem

+ 1 - 1
src/gui/UCTRLWallet.pas

@@ -28,13 +28,13 @@ type
     Label2: TLabel;
     lblTotalPASA: TLabel;
     lblTotalPASC: TLabel;
-    miSep2: TMenuItem;
     miCopyOphash: TMenuItem;
     miOperationInfo: TMenuItem;
     miSendPASC: TMenuItem;
     miTransferAccounts: TMenuItem;
     miAccountInfo: TMenuItem;
     miSep1: TMenuItem;
+    miSep2: TMenuItem;
     PairSplitter1: TPairSplitter;
     PairSplitterSide1: TPairSplitterSide;
     PairSplitterSide2: TPairSplitterSide;