diff --git a/changelog.html b/changelog.html index 5f2cce09..16c55057 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,7 @@ +04.29.2014 - 0.34 +

+ - Bugfix for wrong graph positions on high dpi displays
+

04.26.2014 - 0.33

- Bugfix for loading online firmware
diff --git a/manifest.json b/manifest.json index e9615a12..313814e1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "minimum_chrome_version": "33", - "version": "0.33", + "version": "0.34", "author": "cTn", "name": "Baseflight - Configurator", diff --git a/tabs/sensors.css b/tabs/sensors.css index 44d74e0e..c830bd14 100644 --- a/tabs/sensors.css +++ b/tabs/sensors.css @@ -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;