mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
rename 'AssetNameInputWidget' to 'FolderPathInputWidget'
This commit is contained in:
parent
9d4b98be45
commit
9b0dcce5a8
3 changed files with 8 additions and 8 deletions
|
|
@ -1138,13 +1138,13 @@ ValidationArtistMessage QLabel {
|
|||
font-size: 13pt;
|
||||
}
|
||||
|
||||
#AssetNameInputWidget {
|
||||
#FolderPathInputWidget {
|
||||
background: {color:bg-inputs};
|
||||
border: 1px solid {color:border};
|
||||
border-radius: 0.2em;
|
||||
}
|
||||
|
||||
#AssetNameInputWidget QWidget {
|
||||
#FolderPathInputWidget QWidget {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
@ -1165,17 +1165,17 @@ ValidationArtistMessage QLabel {
|
|||
border: none;
|
||||
}
|
||||
|
||||
#AssetNameInputWidget:hover {
|
||||
#FolderPathInputWidget:hover {
|
||||
border-color: {color:border-hover};
|
||||
}
|
||||
#AssetNameInputWidget:focus{
|
||||
#FolderPathInputWidget:focus{
|
||||
border-color: {color:border-focus};
|
||||
}
|
||||
#AssetNameInputWidget:disabled {
|
||||
#FolderPathInputWidget:disabled {
|
||||
background: {color:bg-inputs-disabled};
|
||||
}
|
||||
|
||||
#TasksCombobox[state="invalid"], #AssetNameInputWidget[state="invalid"], #AssetNameInputButton[state="invalid"] {
|
||||
#TasksCombobox[state="invalid"], #FolderPathInputWidget[state="invalid"], #AssetNameInputButton[state="invalid"] {
|
||||
border-color: {color:publisher:error};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -431,7 +431,7 @@ class FoldersFields(BaseClickableFrame):
|
|||
|
||||
def __init__(self, controller, parent):
|
||||
super(FoldersFields, self).__init__(parent)
|
||||
self.setObjectName("AssetNameInputWidget")
|
||||
self.setObjectName("FolderPathInputWidget")
|
||||
|
||||
# Don't use 'self' for parent!
|
||||
# - this widget has specific styles
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ class FoldersField(BaseClickableFrame):
|
|||
|
||||
def __init__(self, controller, parent):
|
||||
super(FoldersField, self).__init__(parent)
|
||||
self.setObjectName("AssetNameInputWidget")
|
||||
self.setObjectName("FolderPathInputWidget")
|
||||
|
||||
# Don't use 'self' for parent!
|
||||
# - this widget has specific styles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue