From b46eb9c1843cb4babc550003e243bd07a6a96cdc Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 23 Mar 2024 17:27:43 +0100 Subject: You may now edit saved multiplayer servers in-game --- data/shatter/Screens/NetClientDlg.frm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'data/shatter/Screens/NetClientDlg.frm') 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 }, -- cgit v1.1