mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Removed forced top value of overview settings graph.
This commit is contained in:
parent
bb3636f2a0
commit
39b504c812
@ -277,7 +277,7 @@ Overview::Overview(QWidget *parent,gGraphView * shared) :
|
|||||||
icon_off=new QIcon(":/icons/session-off.png");
|
icon_off=new QIcon(":/icons/session-off.png");
|
||||||
SES->setRecMinY(1);
|
SES->setRecMinY(1);
|
||||||
SET->setRecMinY(0);
|
SET->setRecMinY(0);
|
||||||
SET->setRecMaxY(5);
|
//SET->setRecMaxY(5);
|
||||||
|
|
||||||
}
|
}
|
||||||
Overview::~Overview()
|
Overview::~Overview()
|
||||||
|
Loading…
Reference in New Issue
Block a user