sytle changes on log dialog

This commit is contained in:
Stojce Slavkovski 2013-12-29 23:45:24 +01:00
parent aa75763b27
commit 2b92194d35

View file

@ -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);
}