moved navigation to the right

This commit is contained in:
fourtf
2020-10-23 09:32:45 +02:00
parent 74e2242da2
commit 5f54b1b495
7 changed files with 36 additions and 18 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ QWidget *wrapLayout(QLayout *layout)
return widget;
}
QScrollArea *makeScrollArea(LayoutItem item)
QScrollArea *makeScrollArea(WidgetOrLayout item)
{
auto area = new QScrollArea();