mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
button padding changed
This commit is contained in:
parent
ff20f72aac
commit
7f352ee264
2 changed files with 6 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue