mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30: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);
|
||||
height += sessionBarHeight();
|
||||
setMinimumHeight (height);
|
||||
graph->setHeight (height);
|
||||
if (graph->height()<height) graph->setHeight (height);
|
||||
}
|
||||
|
||||
int gFlagsGroup::sessionBarHeight() {
|
||||
|
Loading…
Reference in New Issue
Block a user