mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-06 16:42:36 -04:00
Removed QLineEdit top/bottom padding which cut off text while editing QListView items
This commit is contained in:
parent
b98321f3a0
commit
7d3393beea
@ -325,7 +325,7 @@ QTabWidget:focus, QCheckBox:focus, QRadioButton:focus, QSlider:focus
|
|||||||
QLineEdit
|
QLineEdit
|
||||||
{
|
{
|
||||||
background-color: #232629;
|
background-color: #232629;
|
||||||
padding: 5px;
|
padding: 0px 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border: 1px solid #76797C;
|
border: 1px solid #76797C;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user