Skip to content

Commit

Permalink
remove replay viewer text label
Browse files Browse the repository at this point in the history
This label didn't seem to contribute much of anything, and it
caused big problems for translators because we don't have
dynamically resizing text labels, and that would have provoked
intractable layout problems anyways, so we decide just to remove
it and rely on the tooltips / media controller icons on the buttons
to tell the user what is going on.

See also discussion here:
http://forums.wesnoth.org/viewtopic.php?f=9&t=24598&start=120#p575851
  • Loading branch information
cbeck88 committed Sep 18, 2014
1 parent 34b383a commit 23e2883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/themes/macros.cfg
Expand Up @@ -375,12 +375,12 @@
ref=top-panel
rect="=,+41,+842,768"
[/change]
[add]
[add] # Note, when I try to remove this, even updating the refs and the rect offsets in the logical way causes the buttons to be placed way to the right, so I'm just leaving this as a blank item. If someone can figure out the right way to get rid of this please do so.
[label]
id=replay-label
text= _ "Replay"
text= ""
ref=replay-panel
rect="=+3,=+10,+60,=-4"
rect="=+3,=+10,0,=-4"
#font_size={FONT_NORMAL_SIZE}
font_rgb=160,160,160
xanchor=fixed
Expand Down

0 comments on commit 23e2883

Please sign in to comment.