added style for single section header

This commit is contained in:
iLLiCiTiT 2021-11-05 17:01:53 +01:00
parent 07ed8d490f
commit ae0c6bd5e5

View file

@ -389,6 +389,10 @@ QHeaderView::section:first {
QHeaderView::section:last {
border-right: none;
}
QHeaderView::section:only-one {
border-left: none;
border-right: none;
}
QHeaderView::down-arrow {
image: url(:/openpype/images/down_arrow.png);