Skip to content

Commit

Permalink
the right place to set peercoin logo
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Jul 26, 2019
1 parent 9093fb8 commit 95f4362
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions src/qt/res/themes/default.qss
Expand Up @@ -11,8 +11,10 @@
color: #666666;
}

QMainWindow, QDialog {
background: #f9f9f9;
QMainWindow {
background-image: url(:/images/logomask);
background-repeat: no-repeat;
background-position: bottom left;
}

/* Global Styles - Buttons */
Expand Down Expand Up @@ -256,20 +258,6 @@ QFrame QLabel#titleTx {
font-size: 20px;
}

/* Logo Mask */
QStackedWidget#walletstack {
background-image: url(:/images/logomask);
background-repeat: no-repeat;
background-position: bottom left;
}

/* Send Page */
QDialog {
background-image: url(:/images/logomask);
background-repeat: no-repeat;
background-position: bottom left;
}

QScrollArea {
background-image: url(:/images/transparent);
}
Expand Down

0 comments on commit 95f4362

Please sign in to comment.