Author: ilor
Date: Sun Aug 10 18:30:30 2008
New Revision: 28444

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28444&view=rev
Log:
editor2 theme update: tool butons

Modified:
    trunk/data/themes/editor2.cfg

Modified: trunk/data/themes/editor2.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/themes/editor2.cfg?rev=28444&r1=28443&r2=28444&view=diff
==============================================================================
--- trunk/data/themes/editor2.cfg (original)
+++ trunk/data/themes/editor2.cfg Sun Aug 10 18:30:30 2008
@@ -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


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to