]> git.tdb.fi Git - ext/subsurface.git/blobdiff - profile.c
Stop tank / gas / consumption info from changing info_frame size
[ext/subsurface.git] / profile.c
index 1fa989dd15e22853a5405e7c35e6e977933d673c..0add26d0844d98fb824f669c4c0593d360d4e8b7 100644 (file)
--- a/profile.c
+++ b/profile.c
@@ -504,7 +504,7 @@ static void plot_info(struct dive *dive, struct graphics_context *gc)
 
        airuse = calculate_airuse(dive);
        if (!airuse) {
-               update_air_info("");
+               update_air_info("          \n          ");
                return;
        }
        switch (output_units.volume) {