Skip to content

Commit

Permalink
Fix "End Turn" button placement on low-res themes.
Browse files Browse the repository at this point in the history
Fixes wesnoth#6544.

I am not sure how this was even remotely working as it was.
  • Loading branch information
mesilliac committed Jun 16, 2022
1 parent b8a0b45 commit 91fd53a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/themes/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,19 @@

{MINIMAP_THEME_600}

[change]
id=screen
rect="0,0,1024,600"
[/change]
[change]
id=sidebar-panel
rect="+0,0,1024,600"
[/change]
[change]
id=main-map
rect="=,+0,+842,600"
[/change]

[change]
id=label-hp
font_size={DEFAULT_FONT_REALLYTINY}
Expand Down Expand Up @@ -615,6 +628,14 @@
width=800
height=600

[change]
id=screen
rect="0,0,800,600"
[/change]
[change]
id=sidebar-panel
rect="+0,0,800,600"
[/change]
[change]
id=main-map
rect="=,+0,+618,600"
Expand Down

0 comments on commit 91fd53a

Please sign in to comment.