mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
change back project manager styles
This commit is contained in:
parent
17578c5447
commit
ce5c70e28d
4 changed files with 13 additions and 9 deletions
|
|
@ -95,7 +95,7 @@ class ResourceCache:
|
|||
def get_warning_pixmap(cls):
|
||||
src_image = get_warning_image()
|
||||
colors = get_objected_colors()
|
||||
color_value = colors["warning-btn-bg"]
|
||||
color_value = colors["delete-btn-bg"]
|
||||
|
||||
return paint_image_with_color(
|
||||
src_image,
|
||||
|
|
|
|||
|
|
@ -369,7 +369,7 @@ class ConfirmProjectDeletion(QtWidgets.QDialog):
|
|||
cancel_btn = QtWidgets.QPushButton("Cancel", self)
|
||||
cancel_btn.setToolTip("Cancel deletion of the project")
|
||||
confirm_btn = QtWidgets.QPushButton("Permanently Delete Project", self)
|
||||
confirm_btn.setObjectName("WarningButton")
|
||||
confirm_btn.setObjectName("DeleteButton")
|
||||
confirm_btn.setEnabled(False)
|
||||
confirm_btn.setToolTip("Confirm deletion")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue