diff --git a/data/themes/default.cfg b/data/themes/default.cfg index 5632aab41c5..59a146b98a1 100644 --- a/data/themes/default.cfg +++ b/data/themes/default.cfg @@ -111,7 +111,7 @@ height=600 # the game status [turn] font_size=12 - rect=10,4,120,20 + rect=10,4,100,20 xanchor=proportional yanchor=fixed prefix=turn @@ -158,22 +158,23 @@ height=600 prefix=income prefix_literal=": " [/income] - #[terrain] - #font_size=12 - #rect=900,316,1017,332 - #xanchor=right - #yanchor=fixed - #[/terrain] + [terrain] + font_size=12 + rect=735,4,890,20 + xanchor=proportional + yanchor=fixed + [/terrain] [position] font_size=12 - rect=735,4,840,20 + rect=890,4,1024,20 xanchor=proportional yanchor=fixed [/position] + #put the side playing indicator next to the turn indicator [side_playing] - rect=961,241,1011,291 - xanchor=right + rect=100,4,116,20 + xanchor=proportional yanchor=fixed [/side_playing]