This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 0bb66f4 jewel-card: rest gap if primary content exists
0bb66f4 is described below
commit 0bb66f483d1d869919d875ac7e958704ede30903
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Feb 22 01:03:55 2020 +0100
jewel-card: rest gap if primary content exists
---
.../org/apache/royale/jewel/supportClasses/card/CardPrimaryContent.as | 1 +
1 file changed, 1 insertion(+)
diff --git
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/card/CardPrimaryContent.as
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/card/CardPrimaryContent.as
index d7450cb..a1d9361 100644
---
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/card/CardPrimaryContent.as
+++
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/card/CardPrimaryContent.as
@@ -63,6 +63,7 @@ package org.apache.royale.jewel.supportClasses.card
if(parent is Card)
{
var parentCard:Card = parent as Card;
+ parentCard.gap = 0;
parentCard.removeClass("simple");
}
}