made some tooltips visible again (bug #6702 and bug #8380)

This commit is contained in:
Mark de Wever 2007-02-21 19:27:24 +00:00
parent 15f44c537c
commit 051b6958fa
3 changed files with 5 additions and 3 deletions

View file

@ -196,6 +196,7 @@ Version 1.3-svn:
* show full username at bottom of screen when moused over in MP Lobby
* animations draw faster now and the speed is independent of the resolution
* fog/shroud is cleared after attack-move (bug #7131)
* made some tooltips visible again (bug #6702 and bug #8380)
* friends list
* added a friend list in MP lobby, they will display a special icon in lobby,

View file

@ -253,7 +253,7 @@ height=768
[turn]
id=turn
font_size={FONT_SMALL}
rect="+4,=,+68,+16"
rect="+4,=,+55,+16"
xanchor=proportional
yanchor=fixed
prefix=
@ -263,7 +263,7 @@ height=768
id=gold
font_size={FONT_SMALL}
ref=gold-icon
rect="+4,=,+65,+16"
rect="+4,=,+55,+16"
xanchor=proportional
yanchor=fixed
prefix=
@ -487,7 +487,7 @@ height=600
[change]
id=status-position
rect="+3,=,+115,+16"
rect="+3,=,+125,+16"
[/change]
[change]

View file

@ -112,3 +112,4 @@ Version 1.3-svn:
* Added a sub tab of multiplayer to the preferences menu to view and edit
your friends and ignores list.
* There were many performance improvements, the game runs faster now.
* Made some tooltips visible again.