button padding changed

This commit is contained in:
iLLiCiTiT 2021-05-28 13:39:11 +02:00
parent ff20f72aac
commit 7f352ee264
2 changed files with 6 additions and 2 deletions

View file

@ -304,7 +304,9 @@ QAbstractItemView:disabled{
alternate-background-color: {color:bg-view-alternate-disabled};
}
QAbstractItemView::item {}
QAbstractItemView::item {
}
QAbstractItemView::item:selected {
background: {color:bg-view-selection};
@ -444,7 +446,7 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
}
#IconBtn {
padding: 2px 3px 1px 3px;
padding: 1px 3px 2px 3px;
}
/* Project Manager stylesheets */

View file

@ -68,6 +68,8 @@ class ProjectManagerWindow(QtWidgets.QWidget):
"Task",
helper_btns_widget
)
add_asset_btn.setObjectName("IconBtn")
add_task_btn.setObjectName("IconBtn")
helper_btns_layout = QtWidgets.QHBoxLayout(helper_btns_widget)
helper_btns_layout.setContentsMargins(0, 0, 0, 0)