mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-12 20:24:38 +02:00
7 lines
182 B
Text
7 lines
182 B
Text
QPlainTextEdit {
|
|
font-family: Inconsolata, Lucida Console, Andale Mono, Monaco;
|
|
font-size: 16px;
|
|
padding-left: 28px;
|
|
color: #333333;
|
|
background-color: #FFFFFF;
|
|
}
|