mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 18:15:32 +00:00
[Browser] Move password column to the right and shorten its name
This commit is contained in:
parent
58795119b6
commit
d9229071ef
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ QVariant ServerModel::headerData(int section, Qt::Orientation orientation, int r
|
||||||
var = "Address";
|
var = "Address";
|
||||||
break;
|
break;
|
||||||
case ServerData::PASSW:
|
case ServerData::PASSW:
|
||||||
var = "Password required";
|
var = "Password";
|
||||||
break;
|
break;
|
||||||
case ServerData::VERSION:
|
case ServerData::VERSION:
|
||||||
var = "Version";
|
var = "Version";
|
||||||
|
|
|
@ -18,10 +18,10 @@ struct ServerData
|
||||||
enum IDS
|
enum IDS
|
||||||
{
|
{
|
||||||
ADDR,
|
ADDR,
|
||||||
PASSW,
|
|
||||||
HOSTNAME,
|
HOSTNAME,
|
||||||
PLAYERS,
|
PLAYERS,
|
||||||
MAX_PLAYERS,
|
MAX_PLAYERS,
|
||||||
|
PASSW,
|
||||||
MODNAME,
|
MODNAME,
|
||||||
PING,
|
PING,
|
||||||
VERSION,
|
VERSION,
|
||||||
|
|
Loading…
Reference in a new issue