mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
renamed object name SplitterItem to Separator
This commit is contained in:
parent
d9f9a0d01e
commit
7a9529f332
2 changed files with 2 additions and 2 deletions
|
|
@ -480,7 +480,7 @@ class GUIWidget(BaseWidget):
|
|||
|
||||
def _create_separator_ui(self):
|
||||
splitter_item = QtWidgets.QWidget(self)
|
||||
splitter_item.setObjectName("SplitterItem")
|
||||
splitter_item.setObjectName("Separator")
|
||||
splitter_item.setMinimumHeight(self.separator_height)
|
||||
splitter_item.setMaximumHeight(self.separator_height)
|
||||
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ QSlider::handle:vertical {
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#SplitterItem {
|
||||
#Separator {
|
||||
background-color: #21252B;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue