When a layout is used to arrange the children of a non-top-level
custom widget, the layout's contentsMargins need to be manually set to
zero to avoid extra empty space around the widgets, misaligning it
w.r.t. its siblings.
Add the necessary call.
Amends
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| browser.cpp | ||
| browser.h | ||
| browserwidget.ui | ||
| connectionwidget.cpp | ||
| connectionwidget.h | ||
| main.cpp | ||
| qsqlconnectiondialog.cpp | ||
| qsqlconnectiondialog.h | ||
| qsqlconnectiondialog.ui | ||
| sqlbrowser.pro | ||