mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
Only enable resize grips if size policy isn't fixed
This commit is contained in:
@@ -448,7 +448,7 @@ void Workspace::stackSubWindows()
|
||||
for (auto window : devices)
|
||||
{
|
||||
QSize size = window->minimumSizeHint();
|
||||
size.expandedTo(window->minimumSize());
|
||||
size = size.expandedTo(window->minimumSize());
|
||||
window->resize(size);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user