mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 06:21:29 -04:00
[Browser] Move password column to the right and shorten its name
This commit is contained in:
parent
58795119b6
commit
d9229071ef
@ -82,7 +82,7 @@ QVariant ServerModel::headerData(int section, Qt::Orientation orientation, int r
|
||||
var = "Address";
|
||||
break;
|
||||
case ServerData::PASSW:
|
||||
var = "Password required";
|
||||
var = "Password";
|
||||
break;
|
||||
case ServerData::VERSION:
|
||||
var = "Version";
|
||||
|
@ -18,10 +18,10 @@ struct ServerData
|
||||
enum IDS
|
||||
{
|
||||
ADDR,
|
||||
PASSW,
|
||||
HOSTNAME,
|
||||
PLAYERS,
|
||||
MAX_PLAYERS,
|
||||
PASSW,
|
||||
MODNAME,
|
||||
PING,
|
||||
VERSION,
|
||||
|
Loading…
x
Reference in New Issue
Block a user