mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-04 16:02:51 +01:00
fix(device-progress-bar): remove stretch in content layout
This commit is contained in:
@@ -47,7 +47,6 @@ class DeviceInitializationProgressBar(BECWidget, QWidget):
|
||||
hor_layout.setContentsMargins(12, 0, 0, 0)
|
||||
hor_layout.addWidget(self.progress_label)
|
||||
content_layout.addLayout(hor_layout)
|
||||
content_layout.addStretch()
|
||||
|
||||
# Add content layout to main layout
|
||||
lay.addLayout(content_layout)
|
||||
|
||||
Reference in New Issue
Block a user