mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:57:24 +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) {
|
||||
const appInfo = hoveredItem.appInfo;
|
||||
if (appInfo.productName) {
|
||||
text = "<b>" + appInfo.productName
|
||||
text = appInfo.productName
|
||||
+ " v" + appInfo.productVersion
|
||||
+ "</b><br/><font color='darkblue'>"
|
||||
+ appInfo.companyName + "</font>";
|
||||
+ "<br/><font color='gray'>("
|
||||
+ appInfo.companyName + ")</font>";
|
||||
}
|
||||
}
|
||||
return text;
|
||||
|
Loading…
Reference in New Issue
Block a user