Author: zookeeper
Date: Wed Sep 10 19:15:48 2008
New Revision: 29381

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29381&view=rev
Log:
Ported the theme fixes to trunk.

Modified:
    trunk/data/themes/default.cfg

Modified: trunk/data/themes/default.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/themes/default.cfg?rev=29381&r1=29380&r2=29381&view=diff
==============================================================================
--- trunk/data/themes/default.cfg (original)
+++ trunk/data/themes/default.cfg Wed Sep 10 19:15:48 2008
@@ -495,9 +495,9 @@
                 id=unit-weapons
                 font_size={DEFAULT_FONT_SMALL}
                 ref=unit-moves
-                rect="=,+0,=,730"
-                xanchor=right
-                yanchor=fixed
+                rect="=+0,+0,=,730"
+                xanchor=right
+                yanchor=top
             [/unit_weapons]
             [unit_status]
                 id=unit-status
@@ -514,20 +514,6 @@
 
     # make sure not to use those if tinygui is set, otherwise it will look 
strange (it will look strange starting at 1024x768 this way)
 #ifndef TINY
-    [partialresolution]
-        id=1000x620
-        inherits=1024x768
-        width=1000
-        height=620
-        # adjust allowed heigth for displaying weapon stuff, otherwise the 
weapon names might appear on top of the end turn button
-        [change]
-            id=unit-weapons
-            ref=unit-moves
-            font_size={DEFAULT_FONT_SMALL}
-            rect="=,+0,=,585"
-        [/change]
-    [/partialresolution]
-
     [partialresolution]
         id=800x600
         inherits=1024x768
@@ -578,9 +564,8 @@
             id=unit-weapons
             ref=unit-moves
             font_size={DEFAULT_FONT_SMALL}
-            rect="=,+0,=,575"
-        [/change]
-
+            rect="=+0,+0,=,738"
+        [/change]
         # fix top pane at 800x600
         [change]
             id=turn-panel


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

Reply via email to