mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-18 18:12:12 -05:00
Improved solution to previous problem
This commit is contained in:
parent
7d3393beea
commit
8b37e8ae14
@ -325,13 +325,18 @@ QTabWidget:focus, QCheckBox:focus, QRadioButton:focus, QSlider:focus
|
|||||||
QLineEdit
|
QLineEdit
|
||||||
{
|
{
|
||||||
background-color: #232629;
|
background-color: #232629;
|
||||||
padding: 0px 5px;
|
padding: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border: 1px solid #76797C;
|
border: 1px solid #76797C;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: #eff0f1;
|
color: #eff0f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QAbstractItemView QLineEdit
|
||||||
|
{
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
border:1px solid #76797C;
|
border:1px solid #76797C;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
Loading…
Reference in New Issue
Block a user