Revert "Removed QLineEdit top/bottom padding which cut off text while editing QListView items"

This reverts commit 7d3393beea.
This commit is contained in:
Matthias Stauber 2017-05-08 02:15:05 +02:00
parent 7d3393beea
commit 239c2cd3f8
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ QTabWidget:focus, QCheckBox:focus, QRadioButton:focus, QSlider:focus
QLineEdit
{
background-color: #232629;
padding: 0px 5px;
padding: 5px;
border-style: solid;
border: 1px solid #76797C;
border-radius: 2px;