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

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1545
Date       : Wed Jul 26 10:33:07 BST 2006

Changed paths:
   M /Trunk/XaraLX/wxOil/xrc/EN/exprwres.xrc

Make bitmap export static-positioned wxOwnerDrawnComboBoxes the same size as the sizer ones, and stop them abutting the top of the window (which made their focus rect get clipped)


Diff:
Index: Trunk/XaraLX/wxOil/xrc/EN/exprwres.xrc
===================================================================
--- Trunk/XaraLX/wxOil/xrc/EN/exprwres.xrc	(revision 1544)
+++ Trunk/XaraLX/wxOil/xrc/EN/exprwres.xrc	(revision 1545)
@@ -36,8 +36,8 @@
             <label>File Difference:</label>
         </object>
         <object class="wxOwnerDrawnComboBox" name="IDC_FILE_TYPE_LIST">
-            <size>84,-1</size>
-            <pos>211,0</pos>
+            <size>84,20</size>
+            <pos>211,2</pos>
             <style>wxCB_READONLY|wxTE_PROCESS_ENTER</style>
             <font>
                 <size>8</size>
@@ -78,8 +78,8 @@
             <label>File Difference:</label>
         </object>
         <object class="wxOwnerDrawnComboBox" name="IDC_FILE_TYPE_LIST2">
-            <size>84,-1</size>
-            <pos>570,0</pos>
+            <size>84,20</size>
+            <pos>570,2</pos>
             <font>
                 <size>8</size>
             </font>


Xara