plasma: tweak the system-monitor applet size

now that it is fixed size the widgets have to have space to fit text in

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-04-30 00:43:09 +03:00
parent 32071683e9
commit f6c8ee983d

View file

@ -39,8 +39,8 @@ static const QString s_hostname = QString::fromLatin1("localhost");
static const int s_port = -1;
static const int s_monitorsid = -1;
static const int s_update = 1; // 1 sec
static const QSizeF s_minimumframesize = QSizeF(120, 70);
static const QSizeF s_minimummetersize = QSizeF(70, 70);
static const QSizeF s_minimumframesize = QSizeF(150, 90);
static const QSizeF s_minimummetersize = QSizeF(90, 90);
static const int s_textoffset = 10;
enum KSensorType {