Fix bug #21542: Observers icon on the top bar overlaps the Menu button

This commit is contained in:
fendrin 2014-03-01 09:21:28 +01:00
parent 1814f21321
commit d4494d7e79

View File

@ -348,21 +348,10 @@
{COUNTDOWN_THEME_STATUS {DEFAULT_FONT_SMALL}}
# This panel encloses the location information displays and the
# observer icon. This separate container is used so that we can
# make the terrain name display stretch to fill all available space
# so that the long strings don't get cut off as easily.
[panel]
id=terrain-panel
rect="+0,=,1024,="
xanchor=left
yanchor=fixed
[/panel]
[observers]
id=observers
font_size={DEFAULT_FONT_SMALL}
rect="+4,=,+16,+16"
rect="+15,=,+16,+{DEFAULT_FONT_SMALL_HEIGHT}"
xanchor=right
yanchor=fixed
[/observers]