mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
fix BUG: Minimum size of event Flags overrides a larger size.
This commit is contained in:
parent
7a2c35b8a9
commit
473f36241a
@ -151,7 +151,7 @@ void gFlagsGroup::refreshConfiguration(gGraph* graph)
|
|||||||
int height (barHeight * numOn);
|
int height (barHeight * numOn);
|
||||||
height += sessionBarHeight();
|
height += sessionBarHeight();
|
||||||
setMinimumHeight (height);
|
setMinimumHeight (height);
|
||||||
graph->setHeight (height);
|
if (graph->height()<height) graph->setHeight (height);
|
||||||
}
|
}
|
||||||
|
|
||||||
int gFlagsGroup::sessionBarHeight() {
|
int gFlagsGroup::sessionBarHeight() {
|
||||||
|
Loading…
Reference in New Issue
Block a user