diff Discovery/Src/gfx_engine.c @ 999:ac25c35a3c97 GasConsumption

New Tab for dynamic configuration: since more and more functions are added to the OSTC the space in the menus is getting short. To avoid problems a new Tab within the SYS menu has been added which shall focus an functions / views which are configuration dependend. In future this menu may have dynamic content dependend on which views are active or which sensors are connected. The Cview for compass and Timer have been moved to the new tab in the first step
author Ideenmodellierer
date Mon, 28 Apr 2025 19:47:41 +0200
parents 8d3f3a635397
children 75f958ca5d0e
line wrap: on
line diff
--- a/Discovery/Src/gfx_engine.c	Wed Apr 23 14:52:03 2025 +0200
+++ b/Discovery/Src/gfx_engine.c	Mon Apr 28 19:47:41 2025 +0200
@@ -3828,7 +3828,7 @@
 		hgfx.WindowX1 = 779;
 		if(Font == &FontT24)
 		{
-			hgfx.WindowX0 = hgfx.WindowX1 - (Font->spacesize*3);
+			hgfx.WindowX0 = hgfx.WindowX1 - (Font->spacesize*7);
 		}
 		else
 		{