Skip to content

Commit

Permalink
QT: remove background image
Browse files Browse the repository at this point in the history
  • Loading branch information
konez2k committed Mar 6, 2020
1 parent 852da16 commit cdb36dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/qt/res/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
*/

WalletFrame {
border-image: url(':/images/walletFrame') no-repeat fixed;
/* border-image: url(':/images/walletFrame') no-repeat fixed; */
background-color: #fff;
border-top: 0px solid #000;
margin: 0;
padding: 0;
background-position: left bottom;
/* background-position: left bottom; */
}

QStatusBar {
Expand Down

0 comments on commit cdb36dc

Please sign in to comment.