0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

refactor: adjust dimensions

This commit is contained in:
2024-08-08 15:03:00 +02:00
parent c80a7cd108
commit 0273bf4856
4 changed files with 39 additions and 32 deletions

View File

@ -126,5 +126,5 @@ def test_positioner_control_line(qtbot, mocked_client):
db = PositionerControlLine(device="samx", client=mocked_client)
qtbot.addWidget(db)
assert db.ui.device_box.height() == 70
assert db.ui.device_box.width() == 800
assert db.ui.device_box.height() == 60
assert db.ui.device_box.width() == 600