From 98e950807e6d664634758ba37e12fd25171f0336 Mon Sep 17 00:00:00 2001 From: cTn Date: Tue, 29 Apr 2014 01:48:18 +0200 Subject: [PATCH] bugfix/release --- changelog.html | 4 ++++ manifest.json | 2 +- tabs/sensors.css | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) 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;