mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Changed pype labels
This commit is contained in:
parent
4e54190ab8
commit
44280949c8
4 changed files with 9 additions and 8 deletions
|
|
@ -50,7 +50,8 @@ class OpenPypeMongoWidget(QtWidgets.QWidget):
|
|||
|
||||
title = "OpenPype mongo changed"
|
||||
message = (
|
||||
"OpenPype mongo url was successfully changed. Restart Pype please."
|
||||
"OpenPype mongo url was successfully changed."
|
||||
" Restart OpenPype application please."
|
||||
)
|
||||
details = None
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class LocalSettingsWidget(QtWidgets.QWidget):
|
|||
self.main_layout.addWidget(SpacerWidget(self), 1)
|
||||
|
||||
def _create_pype_mongo_ui(self):
|
||||
pype_mongo_expand_widget = ExpandingWidget("Pype Mongo URL", self)
|
||||
pype_mongo_expand_widget = ExpandingWidget("OpenPype Mongo URL", self)
|
||||
pype_mongo_content = QtWidgets.QWidget(self)
|
||||
pype_mongo_layout = QtWidgets.QVBoxLayout(pype_mongo_content)
|
||||
pype_mongo_layout.setContentsMargins(CHILD_OFFSET, 5, 0, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue