Skip to content

Commit

Permalink
Fix Cut Off Label on Welcome Page
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckerWdf authored and iloveeclipse committed Oct 20, 2023
1 parent cfb3c5f commit 9644844
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,13 +513,6 @@ private HTMLElement generateIntroLink(IntroLink element, int indentLevel) {
anchor2 = generateAnchorElement(element, indentLevel + 1);
labelAnchor = anchor2;
}
// add <IMG src="blank.gif">
String blankImageURL = BundleUtil.getResolvedResourceLocation(IIntroHTMLConstants.IMAGE_SRC_BLANK,
IIntroConstants.PLUGIN_ID);
if (blankImageURL != null) {
anchor1.addContent(generateImageElement(blankImageURL, null, null, IIntroHTMLConstants.IMAGE_CLASS_BG,
indentBase + 1));
}
// add link image, if one is specified
if (element.getImg() != null) {
HTMLElement img = generateIntroElement(element.getImg(), indentBase + 1);
Expand Down

0 comments on commit 9644844

Please sign in to comment.