diff options
Diffstat (limited to 'data/shatter/Screens')
-rw-r--r-- | data/shatter/Screens/NetClientDlg.frm | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/data/shatter/Screens/NetClientDlg.frm b/data/shatter/Screens/NetClientDlg.frm index aa0586a..5d31dcd 100644 --- a/data/shatter/Screens/NetClientDlg.frm +++ b/data/shatter/Screens/NetClientDlg.frm @@ -85,16 +85,23 @@ form: { }, ctrl: { - id: 102, - type: button, + id: 102 + type: button cells: (3,5,1,1) + text: "Edit" + }, + + ctrl: { + id: 103, + type: button, + cells: (4,5,1,1) text: "Del", }, ctrl: { id: 210, type: label, - cells: (4,5,3,1) + cells: (5,5,3,1) transparent: true, font: Verdana }, |