|
@@ -3522,6 +3522,10 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ var iconTextReadjustment = "";
|
|
|
+ if (isChrome){
|
|
|
+ iconTextReadjustment = "font-size: 96s%;"
|
|
|
+ }
|
|
|
|
|
|
var thisIcon = $(`<${htmlType} href="javascript:void(0);" class="launchIcon"
|
|
|
type="${properties.type}"
|
|
@@ -3538,7 +3542,7 @@
|
|
|
style="width:${properties.iwidth}px; height:${properties.iheight}px;left:${properties.screenX}px; top:${properties.screenY}px;">
|
|
|
<span class="launchIconWrapper">
|
|
|
<img class="launchIconImage ${properties.size}" src="${properties.imagePath}" style="${imageStyleOverride}" draggable="false"></img>
|
|
|
- <p class="launchIconText ${properties.size}">${properties.shortenedName}</p>
|
|
|
+ <p class="launchIconText ${properties.size}" style="${iconTextReadjustment}">${properties.shortenedName}</p>
|
|
|
</span>
|
|
|
</${htmlType}>`);
|
|
|
|