lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6100] Remove a bizarre zero-height workaround


From: Greg Chicares
Subject: [lmi-commits] [6100] Remove a bizarre zero-height workaround
Date: Fri, 23 Jan 2015 16:13:45 +0000

Revision: 6100
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6100
Author:   chicares
Date:     2015-01-23 16:13:44 +0000 (Fri, 23 Jan 2015)
Log Message:
-----------
Remove a bizarre zero-height workaround

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/skin.xrc
    lmi/trunk/skin_coli_boli.xrc
    lmi/trunk/skin_group_carveout.xrc
    lmi/trunk/skin_reg_d.xrc
    lmi/trunk/skin_variable_annuity.xrc

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-01-23 15:37:16 UTC (rev 6099)
+++ lmi/trunk/ChangeLog 2015-01-23 16:13:44 UTC (rev 6100)
@@ -35605,3 +35605,13 @@
 Don't complain about unclosed documents during stack unwinding. See:
   http://lists.nongnu.org/archive/html/lmi/2014-12/msg00097.html
 
+20150123T1613Z <address@hidden> [516]
+
+  skin.xrc
+  skin_coli_boli.xrc
+  skin_group_carveout.xrc
+  skin_reg_d.xrc
+  skin_variable_annuity.xrc
+Remove a bizarre zero-height workaround. See:
+  http://lists.nongnu.org/archive/html/lmi/2014-12/msg00099.html
+

Modified: lmi/trunk/skin.xrc
===================================================================
--- lmi/trunk/skin.xrc  2015-01-23 15:37:16 UTC (rev 6099)
+++ lmi/trunk/skin.xrc  2015-01-23 16:13:44 UTC (rev 6100)
@@ -54,15 +54,6 @@
                     <border>4</border>
                     <object class="wxListBox" name="ProductName">
                         <help>Product</help>
-<!-- WX !! If this "size" line... -->
-                        <size>-1,0</size>
-<!--
-...is deleted, then the dialog is displayed incorrectly: at least with
-msw, at the bottom of the screen, the 'Cancel' button's bottom border
-is not shown, and the 'Help' button isn't shown at all. This seems to
-demonstrate a defect in the wx library. See
-  https://savannah.nongnu.org/bugs/?func=detailitem&item_id=13415
--->
                         <style>wxLB_SINGLE</style>
                     </object>
                 </object>

Modified: lmi/trunk/skin_coli_boli.xrc
===================================================================
--- lmi/trunk/skin_coli_boli.xrc        2015-01-23 15:37:16 UTC (rev 6099)
+++ lmi/trunk/skin_coli_boli.xrc        2015-01-23 16:13:44 UTC (rev 6100)
@@ -56,7 +56,6 @@
                     <border>4</border>
                     <object class="wxListBox" name="ProductName">
                         <help>Product</help>
-                        <size>-1,0</size>
                         <style>wxLB_SINGLE</style>
                     </object>
                 </object>

Modified: lmi/trunk/skin_group_carveout.xrc
===================================================================
--- lmi/trunk/skin_group_carveout.xrc   2015-01-23 15:37:16 UTC (rev 6099)
+++ lmi/trunk/skin_group_carveout.xrc   2015-01-23 16:13:44 UTC (rev 6100)
@@ -56,7 +56,6 @@
                     <border>4</border>
                     <object class="wxListBox" name="ProductName">
                         <help>Product</help>
-                        <size>-1,0</size>
                         <style>wxLB_SINGLE</style>
                     </object>
                 </object>

Modified: lmi/trunk/skin_reg_d.xrc
===================================================================
--- lmi/trunk/skin_reg_d.xrc    2015-01-23 15:37:16 UTC (rev 6099)
+++ lmi/trunk/skin_reg_d.xrc    2015-01-23 16:13:44 UTC (rev 6100)
@@ -449,7 +449,6 @@
                             <border>4</border>
                             <object class="wxListBox" name="ProductName">
                                 <help>Product</help>
-                                <size>-1,0</size>
                                 <style>wxLB_SINGLE</style>
                             </object>
                         </object>

Modified: lmi/trunk/skin_variable_annuity.xrc
===================================================================
--- lmi/trunk/skin_variable_annuity.xrc 2015-01-23 15:37:16 UTC (rev 6099)
+++ lmi/trunk/skin_variable_annuity.xrc 2015-01-23 16:13:44 UTC (rev 6100)
@@ -64,7 +64,6 @@
                             <border>2</border>
                             <object class="wxListBox" name="ProductName">
                                 <help>Product</help>
-                                <size>-1,0</size>
                                 <style>wxLB_SINGLE</style>
                             </object>
                         </object>
@@ -90,7 +89,6 @@
                             <flag>wxGROW|wxALIGN_RIGHT|wxLEFT|wxRIGHT</flag>
                             <border>4</border>
                             <object class="wxComboBox" 
name="StateOfJurisdiction">
-                                <size>-1,0</size>
                                 <style>wxCB_READONLY</style>
                             </object>
                         </object>




reply via email to

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