ide: UppHub bold issue fixed

git-svn-id: svn://ultimatepp.org/upp/trunk@15807 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2021-03-01 19:03:54 +00:00
parent edfc2cfda3
commit 99190e87ee

View file

@ -158,7 +158,7 @@ void UppHubDlg::Sync()
qtf << "{{";
if(!IsDarkTheme())
qtf << "@(" << (int)c.GetR() << "." << (int)c.GetG() << "." << (int)c.GetB() << ")";
qtf << " Category: [* \1" << n->category << "\1, status: [* \1" << n->status << "\1], packages: [* \1" << Join(n->packages, " ") << "\1]";
qtf << " Category: [* \1" << n->category << "\1], status: [* \1" << n->status << "\1], packages: [* \1" << Join(n->packages, " ") << "\1]";
if(Installed())
qtf << ", [*/ installed]";
qtf << "}}&&";