mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 06:17:17 +02:00
log dialog style changes
This commit is contained in:
parent
8faa6718a5
commit
18295809ce
1 changed files with 6 additions and 9 deletions
|
@ -1,10 +1,7 @@
|
|||
QWidget {
|
||||
background-color: none;
|
||||
}
|
||||
|
||||
QPlainTextEdit {
|
||||
font-family: Inconsolata, Lucida Console, Andale Mono, Monaco;
|
||||
font-size: 16px;
|
||||
padding: 28px;
|
||||
color: #333333;
|
||||
QPlainTextEdit {
|
||||
font-family: Inconsolata, Lucida Console, Andale Mono, Monaco;
|
||||
font-size: 16px;
|
||||
padding-left: 28px;
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue