mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:10:37 +02:00
missing 'extra debugging' check icon; fix font
This commit is contained in:
parent
3ab61f231b
commit
9f070406ed
1 changed files with 3 additions and 2 deletions
|
@ -33,6 +33,7 @@ QPushButton#searchButton {
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton#revealLogButton {
|
QPushButton#revealLogButton {
|
||||||
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
background: url(styles/txt-file.svg);
|
background: url(styles/txt-file.svg);
|
||||||
background-repeat: none;
|
background-repeat: none;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
|
@ -50,9 +51,9 @@ QCheckBox {
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:unchecked {
|
QCheckBox::indicator:unchecked {
|
||||||
image: url(:/styles/unchecked.svg);
|
image: url(styles/unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:checked {
|
QCheckBox::indicator:checked {
|
||||||
image: url(:/styles/checked.svg);
|
image: url(styles/checked.svg);
|
||||||
}
|
}
|
Loading…
Reference in a new issue