themes: fix padding of QLineEdit in QListView

This commit is contained in:
Le Tan 2017-12-14 22:32:14 +08:00
parent 618221b6a5
commit a2849ed577
2 changed files with 10 additions and 0 deletions

View File

@ -671,6 +671,11 @@ QLineEdit[VimCommandLine="true"] {
color: @lineedit_fg;
background: @lineedit_bg;
}
QAbstractItemView QLineEdit {
padding: 0px;
margin: 0px;
}
/* End QLineEdit */
/* QPlainTextEdit QTextEdit */

View File

@ -583,6 +583,11 @@ QLineEdit[VimCommandLine="true"] {
color: @lineedit_fg;
background: @lineedit_bg;
}
QAbstractItemView QLineEdit {
padding: 0px;
margin: 0px;
}
/* End QLineEdit */
/* QTabWidget */