mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
themes: fix padding of QLineEdit in QListView
This commit is contained in:
parent
618221b6a5
commit
a2849ed577
@ -671,6 +671,11 @@ QLineEdit[VimCommandLine="true"] {
|
||||
color: @lineedit_fg;
|
||||
background: @lineedit_bg;
|
||||
}
|
||||
|
||||
QAbstractItemView QLineEdit {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
/* End QLineEdit */
|
||||
|
||||
/* QPlainTextEdit QTextEdit */
|
||||
|
@ -583,6 +583,11 @@ QLineEdit[VimCommandLine="true"] {
|
||||
color: @lineedit_fg;
|
||||
background: @lineedit_bg;
|
||||
}
|
||||
|
||||
QAbstractItemView QLineEdit {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
/* End QLineEdit */
|
||||
|
||||
/* QTabWidget */
|
||||
|
Loading…
x
Reference in New Issue
Block a user