wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/data/themes editor.cfg


From: Bram Ridder
Subject: [Wesnoth-cvs-commits] wesnoth/data/themes editor.cfg
Date: Sat, 16 Jul 2005 03:38:59 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Bram Ridder <address@hidden>    05/07/16 07:38:59

Modified files:
        data/themes    : editor.cfg 

Log message:
        Fixed a bug which causes the toolbar buttons to fall outside the screen 
at
        lower resolutions.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/themes/editor.cfg.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: wesnoth/data/themes/editor.cfg
diff -u wesnoth/data/themes/editor.cfg:1.34 wesnoth/data/themes/editor.cfg:1.35
--- wesnoth/data/themes/editor.cfg:1.34 Fri Jul 15 10:24:02 2005
+++ wesnoth/data/themes/editor.cfg      Sat Jul 16 07:38:58 2005
@@ -454,7 +454,7 @@
        image=flood_button_editor
        items=editfloodfill
        rect=945,229,969,254
-       xanchor=fixed
+       xanchor=right
        yanchor=fixed
        [/menu]
 
@@ -462,7 +462,7 @@
        image=start_position_button_editor
        items=editsetstartpos
        rect=977,229,1001,254
-       xanchor=fixed
+       xanchor=right
        yanchor=fixed
        [/menu]
 
@@ -532,19 +532,11 @@
 
        [/status]
 
-       # Botton panel
-       #[panel]
-        #image=misc/bottomside-editor.png
-        #rect=0,698,882,758
-        #xanchor=right
-        #yanchor=bottom
-       #[/panel]
-
        [menu]
        image=resize_button_editor
        items=editresize
        rect=913,264,24,24
-       xanchor=fixed   
+       xanchor=right   
        yachnor=fixed
        [/menu]
 
@@ -552,7 +544,7 @@
         image=flip_map_button_editor
         items=editflip
         rect=945,264,24,24
-        xanchor=fixed
+        xanchor=right
         yachnor=fixed
         [/menu]
 
@@ -560,7 +552,7 @@
         image=undo_button_editor
         items=undo
         rect=957,304,24,24
-        xanchor=fixed
+        xanchor=right
         yachnor=fixed
         [/menu]
 
@@ -568,7 +560,7 @@
         image=redo_button_editor
         items=redo
         rect=985,304,24,24
-        xanchor=fixed
+        xanchor=right
         yachnor=fixed
         [/menu]
 
@@ -576,7 +568,7 @@
         image=toggle_grid_button_editor
         items=togglegrid
         rect=977,264,24,24
-        xanchor=fixed
+        xanchor=right
         yachnor=fixed
         [/menu]
 
@@ -584,7 +576,7 @@
        image=zoom_in_button_editor
        items=zoomin
        rect=900,304,24,24
-       xanchor=fixed
+       xanchor=right
        yachnor=fixed
        [/menu]
 
@@ -592,7 +584,7 @@
        image=zoom_out_button_editor
        items=zoomout
        rect=928,304,24,24
-       xanchor=fixed
+       xanchor=right
        yanchor=fixed
        [/menu]
                




reply via email to

[Prev in Thread] Current Thread [Next in Thread]