0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

fix(device_combobox): set minimum size to 125px

This commit is contained in:
2024-07-21 23:11:26 +02:00
committed by wyzula_j
parent 4f2b51b211
commit 1206e15309

View File

@ -34,7 +34,7 @@ class DeviceComboBox(DeviceInputBase, QComboBox):
):
super().__init__(client=client, config=config, gui_id=gui_id)
QComboBox.__init__(self, parent=parent)
self.setMinimumSize(125, 26)
self.populate_combobox()
if arg_name is not None: