fix(device_combobox): set minimum size to 125px

This commit is contained in:
2024-07-23 22:22:16 +02:00
committed by wyzula_j
parent 4f2b51b211
commit 1206e15309
@@ -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: