ui: Use flow layout in source group selection window

This commit is contained in:
Eberhard Graether
2018-06-05 16:24:13 +02:00
parent 2584a1f4e2
commit ce0a8a6444
7 changed files with 250 additions and 12 deletions
-1
View File
@@ -197,7 +197,6 @@ void QtWindow::moveToCenter()
else
{
move(
parentWidget()->pos().x() + parentWidget()->width() / 2 - sizeHint().width() / 2,
parentWidget()->pos().y() + parentWidget()->height() / 2 - sizeHint().height() / 2
);