From c9bd6576c23848768e51f309d2a0561d181db638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aniatowski?= Date: Sun, 10 Aug 2008 17:30:30 +0100 Subject: [PATCH] editor2 theme update: tool butons --- data/themes/editor2.cfg | 70 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/data/themes/editor2.cfg b/data/themes/editor2.cfg index 61a199bc50e..c8479356caa 100644 --- a/data/themes/editor2.cfg +++ b/data/themes/editor2.cfg @@ -169,6 +169,76 @@ xanchor=right yanchor=fixed [/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] id=villages-panel