mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
replaced btn-type expand-toggle with object name ExpandToggleBtn
This commit is contained in:
parent
debe423b23
commit
bf82d1f76e
2 changed files with 3 additions and 3 deletions
|
|
@ -113,8 +113,8 @@ QPushButton:hover {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
QPushButton[btn-type="expand-toggle"] {
|
||||
background: #21252B;
|
||||
#ExpandToggleBtn {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* SLider */
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ class ExpandingWidget(QtWidgets.QWidget):
|
|||
|
||||
button_size = QtCore.QSize(5, 5)
|
||||
button_toggle = QtWidgets.QToolButton(parent=side_line_widget)
|
||||
button_toggle.setProperty("btn-type", "expand-toggle")
|
||||
button_toggle.setObjectName("ExpandToggleBtn")
|
||||
button_toggle.setIconSize(button_size)
|
||||
button_toggle.setArrowType(QtCore.Qt.RightArrow)
|
||||
button_toggle.setCheckable(True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue