mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 21:20:47 +00:00
editor2 theme update: tool butons
This commit is contained in:
parent
04aa3bdece
commit
c9bd6576c2
@ -169,6 +169,76 @@
|
|||||||
xanchor=right
|
xanchor=right
|
||||||
yanchor=fixed
|
yanchor=fixed
|
||||||
[/mini_map]
|
[/mini_map]
|
||||||
|
|
||||||
|
# The toolbar.
|
||||||
|
[menu]
|
||||||
|
id=draw_button_editor
|
||||||
|
image=draw_button_editor
|
||||||
|
items=editor-tool-paint
|
||||||
|
ref=top-right-panel
|
||||||
|
#harcoded since the brushes are above, which are hardcoded in src/editor/editor_layout.cpp
|
||||||
|
rect="=+15,200,+24,+24"
|
||||||
|
xanchor=right
|
||||||
|
yanchor=fixed
|
||||||
|
[/menu]
|
||||||
|
[menu]
|
||||||
|
id=flood_button_editor
|
||||||
|
image=flood_button_editor
|
||||||
|
items=editor-tool-fill
|
||||||
|
rect="+6,=,+24,+24"
|
||||||
|
xanchor=right
|
||||||
|
yanchor=fixed
|
||||||
|
[/menu]
|
||||||
|
[menu]
|
||||||
|
id=start_position_button_editor
|
||||||
|
image=start_position_button_editor
|
||||||
|
items=editor-tool-starting-position
|
||||||
|
rect="+6,=,+24,+24"
|
||||||
|
xanchor=right
|
||||||
|
yanchor=fixed
|
||||||
|
[/menu]
|
||||||
|
[menu]
|
||||||
|
id=select_button_editor
|
||||||
|
image=resize_button_editor
|
||||||
|
items=editor-tool-select
|
||||||
|
rect="+6,=,+24,+24"
|
||||||
|
xanchor=right
|
||||||
|
yachnor=fixed
|
||||||
|
[/menu]
|
||||||
|
[menu]
|
||||||
|
id=undo_button_editor
|
||||||
|
image=undo_button_editor
|
||||||
|
items=undo
|
||||||
|
ref=draw_button_editor
|
||||||
|
rect="=,+6,+24,+24"
|
||||||
|
xanchor=right
|
||||||
|
yachnor=fixed
|
||||||
|
[/menu]
|
||||||
|
[menu]
|
||||||
|
id=redo_button_editor
|
||||||
|
image=redo_button_editor
|
||||||
|
items=redo
|
||||||
|
rect="+6,=,+24,+24"
|
||||||
|
xanchor=right
|
||||||
|
yachnor=fixed
|
||||||
|
[/menu]
|
||||||
|
[menu]
|
||||||
|
id=zoom_in_button_editor
|
||||||
|
image=zoom_in_button_editor
|
||||||
|
items=zoomin
|
||||||
|
rect="+6,=,+24,+24"
|
||||||
|
xanchor=right
|
||||||
|
yachnor=fixed
|
||||||
|
[/menu]
|
||||||
|
[menu]
|
||||||
|
id=zoom_out_button_editor
|
||||||
|
image=zoom_out_button_editor
|
||||||
|
items=zoomout
|
||||||
|
rect="+6,=,+24,+24"
|
||||||
|
xanchor=right
|
||||||
|
yanchor=fixed
|
||||||
|
[/menu]
|
||||||
|
|
||||||
|
|
||||||
[panel]
|
[panel]
|
||||||
id=villages-panel
|
id=villages-panel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user