move stylesheet of SubsetView to style.css

This commit is contained in:
iLLiCiTiT 2021-10-20 12:50:51 +02:00
parent ce755730d2
commit 4b1f739f21
2 changed files with 5 additions and 6 deletions

View file

@ -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;
}

View file

@ -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