hedgewars/uConsts.pas
changeset 15582 6a38a30e772a
parent 15442 6031c0cfec89
child 15585 f8c1492601fe
--- a/hedgewars/uConsts.pas	Sun May 24 06:10:25 2020 +0300
+++ b/hedgewars/uConsts.pas	Tue May 26 23:02:49 2020 +0200
@@ -171,6 +171,7 @@
 
     cVisibleWater       : LongInt = 128;
     cTeamHealthWidth    : LongInt = 128;
+    cTeamHealthHeight   : LongInt = 19 * HDPIScaleFactor;
     cGearContourThreshold : LongInt = 179; // if water opacity is higher than this, draw contour for some gears when in water
 
     cifRandomize = $00000001;