mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
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:
parent
32071683e9
commit
f6c8ee983d
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue