mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-18 18:12:12 -05:00
Merge pull request #56 from Raincode/master
Removed QLineEdit padding inside QAbstractItemView
This commit is contained in:
commit
1f82010e44
@ -332,6 +332,11 @@ QLineEdit
|
|||||||
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