mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
extend the size to 3000
This commit is contained in:
parent
75154db185
commit
e9981081aa
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ class FiltersBar(BaseClickableFrame):
|
|||
geo = self._filters_wrap.geometry()
|
||||
geo.moveTopLeft(QtCore.QPoint(0, 0))
|
||||
# Arbitrary width
|
||||
geo.setWidth(1000)
|
||||
geo.setWidth(3000)
|
||||
|
||||
self._filters_widget.setGeometry(geo)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue