mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-01 13:42:39 -04:00
Revert "Removed QLineEdit top/bottom padding which cut off text while editing QListView items"
This reverts commit 7d3393beea90efe4ca91f0bc7149c09e286158cc.
This commit is contained in:
parent
7d3393beea
commit
239c2cd3f8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user