Change formatting

This commit is contained in:
Petr Kalis 2025-08-18 13:17:10 +02:00
parent 60558e440c
commit 8613020718

View file

@ -99,8 +99,7 @@ class PushToContextSelectWindow(QtWidgets.QWidget):
header_layout = QtWidgets.QHBoxLayout(header_widget)
header_layout.setContentsMargins(0, 0, 0, 0)
header_layout.addWidget(header_label)
header_layout.addStretch(1)
header_layout.addWidget(header_label, 1)
header_layout.addWidget(library_only_label, 0)
header_layout.addWidget(library_only_checkbox, 0)