bugfix/release

10.3.x-maintenance v0.34
cTn 2014-04-29 01:48:18 +02:00
parent 8397571907
commit 98e950807e
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
<span>04.29.2014 - 0.34</span>
<p>
- Bugfix for wrong graph positions on high dpi displays<br />
</p>
<span>04.26.2014 - 0.33</span>
<p>
- Bugfix for loading online firmware<br />

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "33",
"version": "0.33",
"version": "0.34",
"author": "cTn",
"name": "Baseflight - Configurator",

View File

@ -63,9 +63,9 @@
}
/* SVG classes*/
.tab-sensors svg {
float: right;
float: left;
width: 740px;
width: 730px; /* BEWARE of scrollbar DPI scaling */
height: 140px;
margin-bottom: 10px;