mirror of
https://github.com/tnodir/fort
synced 2024-11-15 12:40:54 +00:00
UI: Tweak app info tooltip's style.
This commit is contained in:
parent
f688aa6e96
commit
f1ded0e582
@ -17,10 +17,10 @@ ListViewControlTip {
|
|||||||
if (hoveredItem) {
|
if (hoveredItem) {
|
||||||
const appInfo = hoveredItem.appInfo;
|
const appInfo = hoveredItem.appInfo;
|
||||||
if (appInfo.productName) {
|
if (appInfo.productName) {
|
||||||
text = "<b>" + appInfo.productName
|
text = appInfo.productName
|
||||||
+ " v" + appInfo.productVersion
|
+ " v" + appInfo.productVersion
|
||||||
+ "</b><br/><font color='darkblue'>"
|
+ "<br/><font color='gray'>("
|
||||||
+ appInfo.companyName + "</font>";
|
+ appInfo.companyName + ")</font>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return text;
|
return text;
|
||||||
|
Loading…
Reference in New Issue
Block a user