mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
move combobox before the checkboxes in the popup dialog
This commit is contained in:
parent
e362b11184
commit
e4b5da7850
1 changed files with 1 additions and 1 deletions
|
|
@ -98,8 +98,8 @@ class SubstanceProjectConfigurationWindow(QtWidgets.QDialog):
|
|||
# Build layout.
|
||||
layout = QtWidgets.QVBoxLayout(self)
|
||||
layout.addWidget(self.widgets["label"])
|
||||
layout.addWidget(self.widgets["clickbox"])
|
||||
layout.addWidget(self.widgets["combobox"])
|
||||
layout.addWidget(self.widgets["clickbox"])
|
||||
layout.addWidget(self.widgets["buttons"])
|
||||
|
||||
self.widgets["template_options"].currentTextChanged.connect(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue