lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master caee09c 3/4: Remove invalid spinctrl sizes


From: Greg Chicares
Subject: [lmi-commits] [lmi] master caee09c 3/4: Remove invalid spinctrl sizes
Date: Fri, 24 Jul 2020 11:35:04 -0400 (EDT)

branch: master
commit caee09caa45352613660645c27cfb263cca15696
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Remove invalid spinctrl sizes
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2020-07/msg00011.html
---
 skin.xrc                | 6 ------
 skin_coli_boli.xrc      | 2 --
 skin_group_carveout.xrc | 1 -
 3 files changed, 9 deletions(-)

diff --git a/skin.xrc b/skin.xrc
index 3b7f059..8d63930 100644
--- a/skin.xrc
+++ b/skin.xrc
@@ -2008,7 +2008,6 @@ here, but it looks weird if we don't make this look like 
its siblings.
                                                     <flag>wxGROW</flag>
                                                     <object class="wxSpinCtrl" 
name="SolveBeginYear">
                                                         <help>Solve beginning 
duration</help>
-                                                        <size>20,-1</size>
                                                         
<style>wxSP_ARROW_KEYS</style>
                                                         <max>100</max>
                                                         <value>99</value>
@@ -2024,7 +2023,6 @@ here, but it looks weird if we don't make this look like 
its siblings.
                                                     <flag>wxGROW</flag>
                                                     <object class="wxSpinCtrl" 
name="SolveBeginAge">
                                                         <help>Solve beginning 
age</help>
-                                                        <size>20,-1</size>
                                                         
<style>wxSP_ARROW_KEYS</style>
                                                         <max>100</max>
                                                         <value>99</value>
@@ -2069,7 +2067,6 @@ here, but it looks weird if we don't make this look like 
its siblings.
                                                     <flag>wxGROW</flag>
                                                     <object class="wxSpinCtrl" 
name="SolveEndYear">
                                                         <help>Solve ending 
duration</help>
-                                                        <size>20,-1</size>
                                                         
<style>wxSP_ARROW_KEYS</style>
                                                         <max>100</max>
                                                         <value>99</value>
@@ -2085,7 +2082,6 @@ here, but it looks weird if we don't make this look like 
its siblings.
                                                     <flag>wxGROW</flag>
                                                     <object class="wxSpinCtrl" 
name="SolveEndAge">
                                                         <help>Solve ending 
age</help>
-                                                        <size>20,-1</size>
                                                         
<style>wxSP_ARROW_KEYS</style>
                                                         <max>100</max>
                                                         <value>99</value>
@@ -2130,7 +2126,6 @@ here, but it looks weird if we don't make this look like 
its siblings.
                                                     <flag>wxGROW</flag>
                                                     <object class="wxSpinCtrl" 
name="SolveTargetYear">
                                                         <help>Duration to 
achieve target surrender value</help>
-                                                        <size>20,-1</size>
                                                         
<style>wxSP_ARROW_KEYS</style>
                                                         <max>100</max>
                                                         <value>99</value>
@@ -2146,7 +2141,6 @@ here, but it looks weird if we don't make this look like 
its siblings.
                                                     <flag>wxGROW</flag>
                                                     <object class="wxSpinCtrl" 
name="SolveTargetAge">
                                                         <help>Attained age to 
achieve target surrender value</help>
-                                                        <size>20,-1</size>
                                                         
<style>wxSP_ARROW_KEYS</style>
                                                         <max>100</max>
                                                         <value>99</value>
diff --git a/skin_coli_boli.xrc b/skin_coli_boli.xrc
index 47852b5..7d3307b 100644
--- a/skin_coli_boli.xrc
+++ b/skin_coli_boli.xrc
@@ -641,7 +641,6 @@
                                     <border>2</border>
                                     <object class="wxSpinCtrl" 
name="SurviveToAge">
                                         <help>Partial mortality survival age 
limit</help>
-                                        <size>30,-1d</size>
                                         <style>wxSP_ARROW_KEYS</style>
                                     </object>
                                 </object>
@@ -650,7 +649,6 @@
                                     <border>2</border>
                                     <object class="wxSpinCtrl" 
name="SurviveToYear">
                                         <help>Partial mortality survival year 
limit</help>
-                                        <size>30,-1d</size>
                                         <style>wxSP_ARROW_KEYS</style>
                                     </object>
                                 </object>
diff --git a/skin_group_carveout.xrc b/skin_group_carveout.xrc
index ea3b00b..ed748ad 100644
--- a/skin_group_carveout.xrc
+++ b/skin_group_carveout.xrc
@@ -2354,7 +2354,6 @@ here, but it looks weird if we don't make this look like 
its siblings.
                     <border>4</border>
                     <object class="wxSpinCtrl" name="SpouseIssueAge">
                         <help>Spouse insurance age on date of issue</help>
-                        <size>45,-1</size>
                         <style>wxSP_ARROW_KEYS</style>
                     </object>
                 </object>



reply via email to

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