diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-03-29 13:14:21 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-03-29 19:09:18 -0600 |
commit | 43abf72c78b492fa1cd383dac3990ee331c217ef (patch) | |
tree | 8d353aefa21fe02cdba7ac015223b31ed33be956 /data | |
parent | 588148553eb41672147fb98d0e7ad558a8c2884c (diff) | |
download | mana-43abf72c78b492fa1cd383dac3990ee331c217ef.tar.gz mana-43abf72c78b492fa1cd383dac3990ee331c217ef.tar.bz2 mana-43abf72c78b492fa1cd383dac3990ee331c217ef.tar.xz mana-43abf72c78b492fa1cd383dac3990ee331c217ef.zip |
Add minimum version information to the server list
Use it to hilight entries that we don't meet. Also make the entries in
that list higher, put server name and location on different lines, and
use the description below the list. The dialog is also resizable now.
Reviewed-by: Freeyorp
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml index 6439385a..546ad5ea 100644 --- a/data/graphics/gui/colors.xml +++ b/data/graphics/gui/colors.xml @@ -35,6 +35,7 @@ <color id="NECKLACE" color="#ff00ff" /> <color id="ARMS" color="#9c24e8" /> <color id="AMMO" color="#8b6311" /> + <color id="SERVER_VERSION_NOT_SUPPORTED" color="#DC0000" /> <progressbar id="DEFAULT" color="#969696" /> <progressbar id="HP" color="#ff0000,e28000,c38948,0f6a20" /> |