mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-11 09:04:24 +02:00
sytle changes on log dialog
This commit is contained in:
parent
aa75763b27
commit
2b92194d35
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@ QPlainTextEdit {
|
|||
}
|
||||
|
||||
QLineEdit {
|
||||
font-family: Inconsolata, Lucida Console, Andale Mono, Monaco;
|
||||
padding-left: 7px;
|
||||
background-color: #CCCCCC;
|
||||
border-width: 0;
|
||||
|
@ -44,6 +45,10 @@ QPushButton#revealLogButton {
|
|||
font-size: 11px;
|
||||
}
|
||||
|
||||
QCheckBox {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
QCheckBox::indicator:unchecked {
|
||||
image: url(resources/styles/unchecked.svg);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue