Skip to content

Commit

Permalink
Merge pull request #56 from Raincode/master
Browse files Browse the repository at this point in the history
Removed QLineEdit padding inside QAbstractItemView
  • Loading branch information
ColinDuquesnoy authored May 13, 2017
2 parents b98321f + ef37472 commit 1f82010
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion qdarkstyle/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,11 @@ QLineEdit
color: #eff0f1;
}

QAbstractItemView QLineEdit
{
padding: 0;
}

QGroupBox {
border:1px solid #76797C;
border-radius: 2px;
Expand Down Expand Up @@ -1260,4 +1265,4 @@ QDateEdit::down-arrow:on, QDateEdit::down-arrow:hover,
QDateEdit::down-arrow:focus
{
image: url(:/qss_icons/rc/down_arrow.png);
}
}

0 comments on commit 1f82010

Please sign in to comment.