diff options
author | Tim Angus <tim@ngus.net> | 2006-04-09 00:11:10 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-04-09 00:11:10 +0000 |
commit | cf9b7835e0f7021739bc620ac51c6081036faaee (patch) | |
tree | d70f906603378e32e047ac2196303e3ddfbb76b0 /ui/joinserver.menu | |
parent | f42f817cba50d1a40f27b17e56a210fc5f2ad22e (diff) |
* Fixed display of long server names
* Fixed sort by ping
* Changed default source to internet
* Added simple options menu to frontend
* Removed PB menu file
* Changed default net rate
* Fixed scoreboard alignment
* Implemented "scoresUp" and "scoresDown"
Diffstat (limited to 'ui/joinserver.menu')
-rw-r--r-- | ui/joinserver.menu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/joinserver.menu b/ui/joinserver.menu index 38ee1b1e..11dc2f57 100644 --- a/ui/joinserver.menu +++ b/ui/joinserver.menu @@ -294,7 +294,7 @@ outlinecolor 0.1 0.1 0.1 0.5 visible 1 columns 4 - 2 40 40 ITEM_ALIGN_LEFT + 2 40 80 ITEM_ALIGN_LEFT 375 40 20 ITEM_ALIGN_LEFT 500 5 10 ITEM_ALIGN_LEFT 560 20 20 ITEM_ALIGN_LEFT @@ -411,7 +411,7 @@ action { play "sound/misc/menu1.wav"; - uiScript ServerSort 4; + uiScript ServerSort 3; setitemcolor grpColumn backcolor 0 0 0 0; setitemcolor pingColumn backcolor 0.3 1 1 0.5 |