changed margins of "label" item in settings

This commit is contained in:
iLLiCiTiT 2020-12-16 19:21:27 +01:00
parent 2b492d4c49
commit 71af6620b0

View file

@ -3981,7 +3981,7 @@ class LabelWidget(QtWidgets.QWidget):
label = configuration["label"]
layout = QtWidgets.QHBoxLayout(self)
layout.setContentsMargins(5, 5, 5, 5)
layout.setContentsMargins(0, 5, 0, 5)
label_widget = QtWidgets.QLabel(label, self)
layout.addWidget(label_widget)