libs: add additional comment about the Plasma::WidgetExplorer sizes

design issue of the old implementation that I have to solve at some point

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-09-13 18:33:34 +03:00
parent 0305b44785
commit 971af2f5ea

View file

@ -39,7 +39,7 @@
namespace Plasma
{
// hardcoded but ok because the widget is not resizable
// hardcoded but ok because the widget is not resizable, that implies issue with big font sizes tho
static const int s_margin = 4;
static const QSizeF s_appletframesize = QSize(300, 100);
static const QSizeF s_appleticonsize = QSize(86, 86);