Stylesheets: Fix missing arrows
This commit is contained in:
committed by
Chris Hennes
parent
6c71317029
commit
1ec3f272a8
@@ -2185,7 +2185,7 @@ QListView {
|
||||
QTreeView {
|
||||
show-decoration-selected: 1;
|
||||
selection-background-color: @AccentBackgroundColor;
|
||||
qproperty-indentation: 10;
|
||||
qproperty-indentation: 12;
|
||||
}
|
||||
|
||||
QTreeView:disabled,
|
||||
|
||||
@@ -90,7 +90,7 @@ QSint--ActionGroup QFrame[class="content"] {
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
QSint--ActionGroup QFrame[class="header"] {
|
||||
border: 1px solid @GeneralBorderColor;
|
||||
@@ -99,7 +99,7 @@ QSint--ActionGroup QFrame[class="header"] {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:top,
|
||||
Gui--OverlayTabWidget::tab-bar:bottom {
|
||||
@@ -172,47 +172,3 @@ Gui--OverlayToolButton[objectName="OBTN AutoMode"] {
|
||||
Gui--OverlayToolButton[objectName="OBTN AutoMode"]:hover {
|
||||
image: url(qss:@IconsLocationFolderName/mode-@StylesheetIconsColor.svg);
|
||||
}
|
||||
|
||||
|
||||
QTreeView::branch:open:has-children:has-siblings {
|
||||
border-image: none;
|
||||
image: url(qss:@IconsLocationFolderName/Arrow-down-@StylesheetIconsColor.svg);
|
||||
}
|
||||
|
||||
QTreeView::branch:open:has-children:!has-siblings {
|
||||
border-image: none;
|
||||
image: url(qss:@IconsLocationFolderName/Arrow-down-@StylesheetIconsColor.svg);
|
||||
}
|
||||
|
||||
QTreeView::branch:closed:has-children:has-siblings {
|
||||
border-image: none;
|
||||
image: url(qss:@IconsLocationFolderName/Arrow-right-@StylesheetIconsColor.svg);
|
||||
}
|
||||
|
||||
QTreeView::branch:has-children:!has-siblings:closed {
|
||||
border-image: none;
|
||||
image: url(qss:@IconsLocationFolderName/Arrow-right-@StylesheetIconsColor.svg);
|
||||
}
|
||||
|
||||
|
||||
Gui--TreePanel QTreeView::branch:open:has-children:has-siblings {
|
||||
border-image: none;
|
||||
image: url(qss:@IconsLocationFolderName/Arrow-down-@StylesheetIconsColor.svg);
|
||||
}
|
||||
|
||||
Gui--TreePanel QTreeView::branch:open:has-children:!has-siblings {
|
||||
border-image: none;
|
||||
image: url(qss:@IconsLocationFolderName/Arrow-down-@StylesheetIconsColor.svg);
|
||||
}
|
||||
|
||||
Gui--TreePanel QTreeView::branch:closed:has-children:has-siblings {
|
||||
border-image: none;
|
||||
image: url(qss:@IconsLocationFolderName/Arrow-right-@StylesheetIconsColor.svg);
|
||||
}
|
||||
|
||||
Gui--TreePanel QTreeView::branch:has-children:!has-siblings:closed {
|
||||
border-image: none;
|
||||
image: url(qss:@IconsLocationFolderName/Arrow-right-@StylesheetIconsColor.svg);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user