mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
move stylesheet of SubsetView to style.css
This commit is contained in:
parent
ce755730d2
commit
4b1f739f21
2 changed files with 5 additions and 6 deletions
|
|
@ -629,3 +629,8 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
#PythonInterpreterOutput, #PythonCodeEditor {
|
||||
font-family: "Roboto Mono";
|
||||
}
|
||||
|
||||
#SubsetView::item {
|
||||
padding: 5px 1px;
|
||||
border: 0px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -181,12 +181,6 @@ class SubsetWidget(QtWidgets.QWidget):
|
|||
view.setModel(family_proxy)
|
||||
view.setObjectName("SubsetView")
|
||||
view.setIndentation(20)
|
||||
view.setStyleSheet("""
|
||||
QTreeView::item{
|
||||
padding: 5px 1px;
|
||||
border: 0px;
|
||||
}
|
||||
""")
|
||||
view.setAllColumnsShowFocus(True)
|
||||
|
||||
# Set view delegates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue