mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
Remove alignment kwarg (left out from previous commit).
This commit is contained in:
@@ -236,7 +236,7 @@ class ComboBox(BaseWidget):
|
||||
|
||||
self.layout = QtGui.QHBoxLayout(self)
|
||||
self.layout.addWidget(self.name_label)
|
||||
self.layout.addWidget(self._combo_box, alignment=QtCore.Qt.AlignLeft)
|
||||
self.layout.addWidget(self._combo_box)
|
||||
|
||||
self._combo_box.currentIndexChanged.connect(self._value_changed)
|
||||
# self.connect(self._combo_box,
|
||||
|
||||
Reference in New Issue
Block a user