mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
Themes/Editor: removed golden border from top and right of map
[ci skip] Not really necessary, just took up space. Partly addressed #1844. As for the new [main_map] rect numbers, I just played around with them until they filled the available space.
This commit is contained in:
parent
9c15e54baf
commit
193baf2c22
@ -474,48 +474,15 @@
|
|||||||
items=editor-assign-schedule
|
items=editor-assign-schedule
|
||||||
[/menu]
|
[/menu]
|
||||||
####### Game Map
|
####### Game Map
|
||||||
[panel]
|
|
||||||
id=border-top
|
|
||||||
image=themes/classic/mapframe_top.png
|
|
||||||
ref=replay-panel
|
|
||||||
rect="0,+0,708,+10"
|
|
||||||
xanchor=left
|
|
||||||
yanchor=fixed
|
|
||||||
[/panel]
|
|
||||||
[panel]
|
|
||||||
id=border-top-right-corner
|
|
||||||
image=themes/classic/mapframe_toprightcorner.png
|
|
||||||
rect="708,=+0,+135,+10"
|
|
||||||
xanchor=right
|
|
||||||
yanchor=fixed
|
|
||||||
[/panel]
|
|
||||||
[main_map]
|
[main_map]
|
||||||
id=main-map
|
id=main-map
|
||||||
ref=border-top-right-corner
|
rect="0,+7,+843,768"
|
||||||
rect="0,+0,+833,768"
|
|
||||||
xanchor=left
|
xanchor=left
|
||||||
yanchor=top
|
yanchor=top
|
||||||
[/main_map]
|
[/main_map]
|
||||||
|
|
||||||
{MAIN_MAP_BORDER}
|
{MAIN_MAP_BORDER}
|
||||||
|
|
||||||
[panel]
|
|
||||||
id=border-right
|
|
||||||
image=themes/editor/classic/mapframe_rightside.png
|
|
||||||
rect="+0,=+0,+10,768"
|
|
||||||
xanchor=right
|
|
||||||
yanchor=top
|
|
||||||
[/panel]
|
|
||||||
|
|
||||||
#[panel]
|
|
||||||
# id=mapframe-corner
|
|
||||||
# image=themes/editor/classic/mapframe_corner.png
|
|
||||||
# ref=border-top-right-corner
|
|
||||||
# rect="761,+0,+72,+72"
|
|
||||||
# xanchor=fixed
|
|
||||||
# yanchor=fixed
|
|
||||||
#[/panel]
|
|
||||||
|
|
||||||
################################## Rightside Panel
|
################################## Rightside Panel
|
||||||
[panel]
|
[panel]
|
||||||
id=top-right-panel
|
id=top-right-panel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user