[PrintingSelector] Reduce spacing

This commit is contained in:
RickyRister 2026-01-25 04:08:31 -08:00
parent 5309dd17be
commit 9ba803e9c4

View file

@ -17,6 +17,8 @@ SetNameAndCollectorsNumberDisplayWidget::SetNameAndCollectorsNumberDisplayWidget
{
// Set up the layout for the widget
layout = new QVBoxLayout(this);
layout->setContentsMargins(0, 0, 0, 0);
layout->setSpacing(1);
setLayout(layout);
// Set the widget's size policy and minimum size