mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
chnage the object name
This commit is contained in:
parent
33178d1570
commit
78a725ca26
2 changed files with 3 additions and 3 deletions
|
|
@ -896,11 +896,11 @@ PixmapButton:disabled {
|
|||
background: {color:bg-buttons-disabled};
|
||||
}
|
||||
|
||||
#PixmapHoverButton {
|
||||
#ThumbnailPixmapHoverButton {
|
||||
font-size: 11pt;
|
||||
background: {color:bg-view};
|
||||
}
|
||||
#PixmapHoverButton:hover {
|
||||
#ThumbnailPixmapHoverButton:hover {
|
||||
background: {color:bg-button-hover};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -299,7 +299,7 @@ class ThumbnailWidget(QtWidgets.QWidget):
|
|||
clear_pix = paint_image_with_color(clear_image, icon_color)
|
||||
|
||||
clear_button = PixmapButton(clear_pix, buttons_widget)
|
||||
clear_button.setObjectName("PixmapHoverButton")
|
||||
clear_button.setObjectName("ThumbnailPixmapHoverButton")
|
||||
|
||||
buttons_layout = QtWidgets.QHBoxLayout(buttons_widget)
|
||||
buttons_layout.setContentsMargins(3, 3, 3, 3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue