diff options
Diffstat (limited to 'data/shatter/Screens/NetClientDlg.frm')
-rw-r--r-- | data/shatter/Screens/NetClientDlg.frm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/shatter/Screens/NetClientDlg.frm b/data/shatter/Screens/NetClientDlg.frm index db18eee..aa0586a 100644 --- a/data/shatter/Screens/NetClientDlg.frm +++ b/data/shatter/Screens/NetClientDlg.frm @@ -147,8 +147,8 @@ form: { sort: 0 }, column: { - title: TYPE, - width: 85, + title: VERSION, + width: 100, align: center, sort: 0 }, @@ -160,19 +160,19 @@ form: { column: { title: STATUS, - width: 65, + width: 60, align: center, sort: 0 }, column: { title: PLAYERS, - width: 65, + width: 60, align: center, sort: 0 }, column: { title: PING, - width: 65, + width: 60, align: center, sort: 0 }, }, |