Преглед на файлове

GUI: fixed operation context menu bug

Herman Schoenfeld преди 7 години
родител
ревизия
778175ccfe
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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;