Fix size of icon on qupzilla:restore page with HighDPI

remotes/origin/falkon
David Rosca 9 years ago
parent 33989263c0
commit 15d5785977
  1. 2
      src/lib/data/html/restore.html

@ -282,7 +282,7 @@ function init()
</head>
<body>
<div id="box">
<img class="warning" src="%IMAGE%" >
<img class="warning" src="%IMAGE%" width=45>
<h1>%OOPS%</h1>
<h2>%APOLOGIZE%</h2>

Loading…
Cancel
Save