mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
don't set fixed height of button
This commit is contained in:
parent
cb67bc5d65
commit
2b86d0c20b
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ class FamilyWidget(QtWidgets.QWidget):
|
|||
# region Menu for default subset names
|
||||
btn_subset = QtWidgets.QPushButton()
|
||||
btn_subset.setFixedWidth(18)
|
||||
btn_subset.setFixedHeight(20)
|
||||
menu_subset = QtWidgets.QMenu(btn_subset)
|
||||
btn_subset.setMenu(menu_subset)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue