lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 8d01aee 2/3: Explicitly sort all XRC listboxe


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8d01aee 2/3: Explicitly sort all XRC listboxes
Date: Tue, 14 Nov 2017 12:57:54 -0500 (EST)

branch: master
commit 8d01aeecbd6f974bf38b9c8e5075d1500ae4d774
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Explicitly sort all XRC listboxes
    
    Added style wxLB_SORT to all wxLB_SINGLE listboxes in all XRC files.
    This is the same change as commit 172dbc687 of 2017-09-27T00:26:33,
    but applied globally.
---
 gpt.xrc                  | 2 +-
 mec.xrc                  | 2 +-
 preferences_view.xrc     | 2 +-
 skin_coli_boli.xrc       | 2 +-
 skin_group_carveout.xrc  | 2 +-
 skin_group_carveout3.xrc | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gpt.xrc b/gpt.xrc
index f853417..a00795d 100644
--- a/gpt.xrc
+++ b/gpt.xrc
@@ -50,7 +50,7 @@
                     <object class="wxListBox" name="ProductName">
                         <help>Product</help>
                         <size>90,-1d</size>
-                        <style>wxLB_SINGLE</style>
+                        <style>wxLB_SINGLE|wxLB_SORT</style>
                     </object>
                 </object>
                 <object class="sizeritem">
diff --git a/mec.xrc b/mec.xrc
index 01e30a6..07e4874 100644
--- a/mec.xrc
+++ b/mec.xrc
@@ -50,7 +50,7 @@
                     <object class="wxListBox" name="ProductName">
                         <help>Product</help>
                         <size>90,-1d</size>
-                        <style>wxLB_SINGLE</style>
+                        <style>wxLB_SINGLE|wxLB_SORT</style>
                     </object>
                 </object>
                 <object class="sizeritem">
diff --git a/preferences_view.xrc b/preferences_view.xrc
index 715b906..482bb11 100644
--- a/preferences_view.xrc
+++ b/preferences_view.xrc
@@ -232,7 +232,7 @@
             <flag>wxGROW|wxALL</flag>
             <border>4</border>
             <object class="wxListBox" name="SkinFileName">
-                <style>wxLB_SINGLE</style>
+                <style>wxLB_SINGLE|wxLB_SORT</style>
                 <help>Skins show different sets of input fields, tailored to 
various lines of business</help>
             </object>
         </object>
diff --git a/skin_coli_boli.xrc b/skin_coli_boli.xrc
index 73a2faf..8f2bd3e 100644
--- a/skin_coli_boli.xrc
+++ b/skin_coli_boli.xrc
@@ -2682,7 +2682,7 @@ here, but it looks weird if we don't make this look like 
its siblings.
                                     <border>2</border>
                                     <object class="wxListBox" 
name="FundAllocations">
                                         <size>200,-1</size>
-                                        <style>wxLB_SINGLE</style>
+                                        <style>wxLB_SINGLE|wxLB_SORT</style>
                                     </object>
                                 </object>
                                 <object class="sizeritem">
diff --git a/skin_group_carveout.xrc b/skin_group_carveout.xrc
index e738013..7762c17 100644
--- a/skin_group_carveout.xrc
+++ b/skin_group_carveout.xrc
@@ -2045,7 +2045,7 @@ here, but it looks weird if we don't make this look like 
its siblings.
                                     <border>4</border>
                                     <object class="wxListBox" 
name="FundAllocations">
                                         <size>200,-1</size>
-                                        <style>wxLB_SINGLE</style>
+                                        <style>wxLB_SINGLE|wxLB_SORT</style>
                                     </object>
                                 </object>
                                 <object class="sizeritem">
diff --git a/skin_group_carveout3.xrc b/skin_group_carveout3.xrc
index e924d10..56bbeb3 100644
--- a/skin_group_carveout3.xrc
+++ b/skin_group_carveout3.xrc
@@ -1366,7 +1366,7 @@
                                     <border>4</border>
                                     <object class="wxListBox" 
name="FundAllocations">
                                         <size>200,-1</size>
-                                        <style>wxLB_SINGLE</style>
+                                        <style>wxLB_SINGLE|wxLB_SORT</style>
                                     </object>
                                 </object>
                                 <object class="sizeritem">



reply via email to

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