mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
changed order of refresh button
This commit is contained in:
parent
93c5f27e3a
commit
a993504fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -34,8 +34,8 @@ class Window(QtWidgets.QWidget):
|
|||
|
||||
project_layout = QtWidgets.QHBoxLayout(project_widget)
|
||||
project_layout.setContentsMargins(0, 0, 0, 0)
|
||||
project_layout.addWidget(refresh_projects_btn, 0)
|
||||
project_layout.addWidget(project_combobox, 0)
|
||||
project_layout.addWidget(refresh_projects_btn, 0)
|
||||
project_layout.addStretch(1)
|
||||
|
||||
hierarchy_model = HierarchyModel(dbcon)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue