mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 13:33:38 +02:00
font change
This commit is contained in:
parent
e7a16d4294
commit
0cee9ee172
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
QPlainTextEdit {
|
||||
font-family: Courier New, Courier, Monotype;
|
||||
font-family: Inconsolata, Consolas, Courier New, monospace;
|
||||
font-size: 16px;
|
||||
padding-left: 28px;
|
||||
padding-top: 7px;
|
||||
|
@ -11,7 +11,7 @@ QPlainTextEdit {
|
|||
}
|
||||
|
||||
QLineEdit {
|
||||
font-family: Courier New, Courier, Monotype;
|
||||
font-family: Inconsolata, Consolas, Courier New, monospace;
|
||||
padding-left: 7px;
|
||||
background-color: #CCCCCC;
|
||||
border-width: 0;
|
||||
|
|
Loading…
Reference in a new issue