diff --git a/frontend/control/list-labels/title-label.cpp b/frontend/control/list-labels/title-label.cpp index 0d8aaef..2d36495 100644 --- a/frontend/control/list-labels/title-label.cpp +++ b/frontend/control/list-labels/title-label.cpp @@ -45,6 +45,6 @@ void TitleLabel::paintEvent(QPaintEvent * event) { p.setBrush(opt.palette.color(QPalette::Text)); p.setOpacity(0.04); p.setPen(Qt::NoPen); - p.drawRoundedRect(rect, 0, 0); + p.drawRoundedRect(rect, 6, 6); return QLabel::paintEvent(event); } diff --git a/frontend/model/best-list-model.cpp b/frontend/model/best-list-model.cpp index 3ff96c0..138fc64 100644 --- a/frontend/model/best-list-model.cpp +++ b/frontend/model/best-list-model.cpp @@ -19,6 +19,7 @@ * */ #include "best-list-model.h" +#include "search-plugin-manager.h" using namespace Zeeker; BestListModel::BestListModel(QObject *parent) @@ -109,13 +110,28 @@ void BestListModel::appendInfo(const QString &pluginId, const SearchPluginIface: return; } qDebug()<<"plugin ID:"<