From 9f070406ed2fe152dd7fb28249e8ba892d3e4c9f Mon Sep 17 00:00:00 2001 From: Stojce Slavkovski Date: Tue, 29 Apr 2014 00:02:24 +0200 Subject: [PATCH] missing 'extra debugging' check icon; fix font --- interface/resources/styles/log_dialog.qss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/resources/styles/log_dialog.qss b/interface/resources/styles/log_dialog.qss index b7387c1ee7..330356e750 100644 --- a/interface/resources/styles/log_dialog.qss +++ b/interface/resources/styles/log_dialog.qss @@ -33,6 +33,7 @@ QPushButton#searchButton { } QPushButton#revealLogButton { + font-family: Helvetica, Arial, sans-serif; background: url(styles/txt-file.svg); background-repeat: none; background-position: left center; @@ -50,9 +51,9 @@ QCheckBox { } QCheckBox::indicator:unchecked { - image: url(:/styles/unchecked.svg); + image: url(styles/unchecked.svg); } QCheckBox::indicator:checked { - image: url(:/styles/checked.svg); + image: url(styles/checked.svg); } \ No newline at end of file