Skip to content
Snippets Groups Projects
Commit 9b0773f3 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Make the "Source" and "Target" ComboBoxes more obvious.

parent e5ad85a8
No related branches found
No related tags found
No related merge requests found
......@@ -326,7 +326,7 @@ object PropertiesDlg: TPropertiesDlg
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'Node List'
Text = 'Source'
OnChange = SourceComboBoxChange
Items.Strings = (
'Node List'
......@@ -380,6 +380,7 @@ object PropertiesDlg: TPropertiesDlg
Height = 21
ItemHeight = 13
TabOrder = 5
Text = 'Target'
Items.Strings = (
'Node List'
'Client List'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment