Commit 8e43ad9

Nick committed on
ui changes for crossplatform
commit 8e43ad92715d8afe8750551de7a618a890f177cf parent da98410
1 changed files +9−6
Modifiedtracker.lfm +9−6
@@ -934,10 +934,10 @@ object frmTracker: TfrmTracker
934 Left = 8 934 Left = 8
935 Height = 139 935 Height = 139
936 Top = 8 936 Top = 8
937 Width = 568 937 Width = 560
938 Caption = 'Wave Editor' 938 Caption = 'Wave Editor'
939 ClientHeight = 119 939 ClientHeight = 119
940 ClientWidth = 564 940 ClientWidth = 556
941 ParentFont = False 941 ParentFont = False
942 TabOrder = 0 942 TabOrder = 0
943 object Label20: TLabel 943 object Label20: TLabel
@@ -982,10 +982,13 @@ object frmTracker: TfrmTracker
982 TabOrder = 2 982 TabOrder = 2
983 end 983 end
984 object HexWaveEdit: TEdit 984 object HexWaveEdit: TEdit
985 Left = 288 985 AnchorSideLeft.Control = Label13
986 AnchorSideLeft.Side = asrBottom
987 Left = 284
986 Height = 23 988 Height = 23
987 Top = 8 989 Top = 8
988 Width = 264 990 Width = 264
991 BorderSpacing.Left = 8
989 MaxLength = 32 992 MaxLength = 32
990 OnChange = HexWaveEditEditingDone 993 OnChange = HexWaveEditEditingDone
991 OnEditingDone = HexWaveEditEditingDone 994 OnEditingDone = HexWaveEditEditingDone
@@ -1798,7 +1801,7 @@ object frmTracker: TfrmTracker
1798 Height = 22 1801 Height = 22
1799 Top = 0 1802 Top = 0
1800 Width = 43 1803 Width = 43
1801 AutoSize = False 1804 Align = alLeft
1802 Caption = 'Octave ' 1805 Caption = 'Octave '
1803 Layout = tlCenter 1806 Layout = tlCenter
1804 ParentColor = False 1807 ParentColor = False
@@ -1809,7 +1812,7 @@ object frmTracker: TfrmTracker
1809 Height = 22 1812 Height = 22
1810 Top = 0 1813 Top = 0
1811 Width = 70 1814 Width = 70
1812 AutoSize = False 1815 Align = alLeft
1813 Caption = ' Instrument ' 1816 Caption = ' Instrument '
1814 Layout = tlCenter 1817 Layout = tlCenter
1815 ParentColor = False 1818 ParentColor = False
@@ -1838,7 +1841,7 @@ object frmTracker: TfrmTracker
1838 Height = 22 1841 Height = 22
1839 Top = 0 1842 Top = 0
1840 Width = 35 1843 Width = 35
1841 AutoSize = False 1844 Align = alLeft
1842 Caption = ' Step ' 1845 Caption = ' Step '
1843 Layout = tlCenter 1846 Layout = tlCenter
1844 ParentColor = False 1847 ParentColor = False