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

This commit is contained in:
Matthias Stauber 2017-05-08 01:23:34 +02:00
parent b98321f3a0
commit 7d3393beea
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: 5px;
padding: 0px 5px;
border-style: solid;
border: 1px solid #76797C;
border-radius: 2px;