summaryrefslogtreecommitdiffhomepage
path: root/data/shatter
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-23 00:41:20 +0100
committerAki <please@ignore.pl>2024-03-23 00:41:20 +0100
commita5f3eadd4239bfa5df64badabb2b9897f686aded (patch)
tree516021d23f7a0b288a14641df3b34d8b30213536 /data/shatter
parent30346e276d6a6c127b41f3085e47fcc87c4b80ea (diff)
downloadstarshatter-a5f3eadd4239bfa5df64badabb2b9897f686aded.zip
starshatter-a5f3eadd4239bfa5df64badabb2b9897f686aded.tar.gz
starshatter-a5f3eadd4239bfa5df64badabb2b9897f686aded.tar.bz2
Show server version in multiplayer server list
Version replaced Type which was unused at the moment.
Diffstat (limited to 'data/shatter')
-rw-r--r--data/shatter/Screens/NetClientDlg.frm10
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 },
},