lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] (no subject)


From: Greg Chicares
Subject: [lmi-commits] (no subject)
Date: Fri, 1 Jul 2016 16:27:42 +0000 (UTC)

branch: master
commit 4735b5788b51ea747a9ebf68669cad27878d6b2c
Author: Vadim Zeitlin <address@hidden>
Date:   Mon Jun 27 00:18:11 2016 +0200

    Make product selection listbox in single premium skin taller
    
    Ensure that the listbox is really expanded to fill in all the available
    space as intended by making the wxFlexGridSizer row containing it
    growable as otherwise using wxGROW on the item containing the listbox
    itself didn't have any effect.
---
 skin_single_premium.xrc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/skin_single_premium.xrc b/skin_single_premium.xrc
index d9787ed..3c17abe 100644
--- a/skin_single_premium.xrc
+++ b/skin_single_premium.xrc
@@ -39,6 +39,7 @@
             <object class="wxFlexGridSizer">
                 <cols>2</cols>
                 <growablecols>0,1</growablecols>
+                <growablerows>0</growablerows>
 
                 <object class="sizeritem">
                     <flag>wxGROW|wxALL</flag>



reply via email to

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