>From ede9967217361701012a135d8bb1891929989da4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 10 Apr 2015 16:55:17 +0200 Subject: [PATCH 5/8] Add missing border flags to XRC files. In a few places, the "border" attribute was used without any border flags, meaning that it had no effect. Looking at the adjusting elements, the intention clearly was to have borders and the border flag seem to have been just forgotten, so add them. --- skin_coli_boli.xrc | 2 +- skin_group_carveout2.xrc | 2 +- skin_variable_annuity.xrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skin_coli_boli.xrc b/skin_coli_boli.xrc index b148680..aba0523 100644 --- a/skin_coli_boli.xrc +++ b/skin_coli_boli.xrc @@ -1147,7 +1147,7 @@ - wxGROW + wxGROW|wxALL 4 1 diff --git a/skin_group_carveout2.xrc b/skin_group_carveout2.xrc index 5df6d21..e3bca57 100644 --- a/skin_group_carveout2.xrc +++ b/skin_group_carveout2.xrc @@ -1238,7 +1238,7 @@ - wxGROW + wxGROW|wxBOTTOM 2 Death benefit option diff --git a/skin_variable_annuity.xrc b/skin_variable_annuity.xrc index b718f73..d4d6364 100644 --- a/skin_variable_annuity.xrc +++ b/skin_variable_annuity.xrc @@ -70,7 +70,7 @@