mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09: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;
|
color: @lineedit_fg;
|
||||||
background: @lineedit_bg;
|
background: @lineedit_bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QAbstractItemView QLineEdit {
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
/* End QLineEdit */
|
/* End QLineEdit */
|
||||||
|
|
||||||
/* QPlainTextEdit QTextEdit */
|
/* QPlainTextEdit QTextEdit */
|
||||||
|
@ -583,6 +583,11 @@ QLineEdit[VimCommandLine="true"] {
|
|||||||
color: @lineedit_fg;
|
color: @lineedit_fg;
|
||||||
background: @lineedit_bg;
|
background: @lineedit_bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QAbstractItemView QLineEdit {
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
/* End QLineEdit */
|
/* End QLineEdit */
|
||||||
|
|
||||||
/* QTabWidget */
|
/* QTabWidget */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user