mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
replaced btn-type tool-item-icon with object name SettingsToolIconBtn
This commit is contained in:
parent
d8caf89097
commit
debe423b23
2 changed files with 2 additions and 2 deletions
|
|
@ -375,7 +375,7 @@ class ModifiableDictItem(QtWidgets.QWidget):
|
|||
"fa.edit", QtCore.Qt.lightGray, QtCore.Qt.white
|
||||
)
|
||||
edit_btn.setFocusPolicy(QtCore.Qt.ClickFocus)
|
||||
edit_btn.setProperty("btn-type", "tool-item-icon")
|
||||
edit_btn.setObjectName("SettingsToolIconBtn")
|
||||
edit_btn.setFixedHeight(BTN_FIXED_SIZE)
|
||||
|
||||
confirm_btn = create_confirm_btn(self)
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ QPushButton:hover {
|
|||
background-color: #464b54;
|
||||
}
|
||||
|
||||
QPushButton[btn-type="tool-item-icon"] {
|
||||
#SettingsToolIconBtn {
|
||||
border: 0px solid #bfccd6;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue