Merge pull request #56 from Raincode/master

Removed QLineEdit padding inside QAbstractItemView
This commit is contained in:
Colin Duquesnoy 2017-05-13 12:15:09 +02:00 committed by GitHub
commit 1f82010e44
1 changed files with 6 additions and 1 deletions

View File

@ -332,6 +332,11 @@ QLineEdit
color: #eff0f1;
}
QAbstractItemView QLineEdit
{
padding: 0;
}
QGroupBox {
border:1px solid #76797C;
border-radius: 2px;
@ -1260,4 +1265,4 @@ QDateEdit::down-arrow:on, QDateEdit::down-arrow:hover,
QDateEdit::down-arrow:focus
{
image: url(:/qss_icons/rc/down_arrow.png);
}
}