UI: Allow custom browser delete button to fill the cell

This commit is contained in:
Matt Gajownik
2020-01-12 14:45:33 +11:00
parent 3f053dbd87
commit c988f6487d
2 changed files with 5 additions and 1 deletions

View File

@@ -937,6 +937,10 @@ QHeaderView::section {
border: 1px solid #333336;
border-left: none;
}
*[themeID="trashIcon"] {
margin: 0;
}
/* Locked CheckBox */
LockedCheckBox {