Author: ivanovic
Date: Fri Mar 11 18:19:03 2011
New Revision: 48845

URL: http://svn.gna.org/viewcvs/wesnoth?rev=48845&view=rev
Log:
commit WIP version (commented out!) of small res editor stuff

Added:
    trunk/data/core/images/themes/rightside-editor-small.png   (with props)
Modified:
    trunk/data/themes/editor.cfg

Added: trunk/data/core/images/themes/rightside-editor-small.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/themes/rightside-editor-small.png?rev=48845&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/themes/rightside-editor-small.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/data/themes/editor.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/themes/editor.cfg?rev=48845&r1=48844&r2=48845&view=diff
==============================================================================
--- trunk/data/themes/editor.cfg (original)
+++ trunk/data/themes/editor.cfg Fri Mar 11 18:19:03 2011
@@ -338,4 +338,35 @@
             [/terrain]
         [/status]
     [/resolution]
+    
+#     # WIP support for a different theme in the editor when in lower 
resolutions
+#     # current issues:
+#     # * brush selection not placed by WML -> misplaced
+#     # * category selection not placed by WML -> misplaced
+#     # * terrain list (with scroll keys) not placed by WML -> misplaced
+#     [partialresolution]
+#         id=800x600
+#         inherits=1024x768
+#         width=800
+#         height=600
+# 
+#         # some changes to the display to have stuff look better on 800x600
+#         # using a right pane with a smaller minimap to achieve this
+#         # use backgound with 40px less for minimap
+#         [change]
+#             id=top-right-panel
+#             image=themes/rightside-editor-small.png
+#             rect="+0,=+0,1024,+217"
+#         [/change]
+#         # reduce vertical size of minimap by 40px
+#         [change]
+#             id=mini-map
+#             rect="=+10,=+7,=-7,+103"
+#         [/change]
+#         #move start of buttons up by 40px
+#         [change]
+#             id=draw_button_editor
+#             rect="=+15,143,+24,+24"
+#         [/change]
+#     [/partialresolution]
 [/theme]


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

Reply via email to