mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Improved tooltip title style
This commit is contained in:
parent
a0e895641c
commit
4c880fea09
1 changed files with 1 additions and 1 deletions
|
@ -1177,7 +1177,7 @@ void GUI::checkConnectionStatus() {
|
||||||
downloadingTorrentTab->updateRatio();
|
downloadingTorrentTab->updateRatio();
|
||||||
// update global informations
|
// update global informations
|
||||||
if(systrayIntegration) {
|
if(systrayIntegration) {
|
||||||
QString html = "<div style='vertical-align: middle; height: 18px; font-weight: bold; margin-bottom: 5px;'>";
|
QString html = "<div style='background-color: #678db2; color: #fff;height: 18px; font-weight: bold; margin-bottom: 5px;'>";
|
||||||
html += tr("qBittorrent");
|
html += tr("qBittorrent");
|
||||||
html += "</div>";
|
html += "</div>";
|
||||||
html += "<div style='vertical-align: baseline; height: 18px;'>";
|
html += "<div style='vertical-align: baseline; height: 18px;'>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue