diff --git a/addons/medical/CfgEden.hpp b/addons/medical/CfgEden.hpp index a9b4594b66..e4d034a413 100644 --- a/addons/medical/CfgEden.hpp +++ b/addons/medical/CfgEden.hpp @@ -16,9 +16,9 @@ class Cfg3DEN { class Value: ctrlToolbox { idc = 100; style = "0x02"; - x = "48 * (pixelW * pixelGrid * 0.25)"; - w = "82 * (pixelW * pixelGrid * 0.25)"; - h = "5 * (pixelH * pixelGrid * 0.25)"; + x = "48 * (pixelW * pixelGrid * 0.50)"; + w = "82 * (pixelW * pixelGrid * 0.50)"; + h = "5 * (pixelH * pixelGrid * 0.50)"; rows = 1; columns = 4; strings[] = {"$STR_3DEN_Attributes_Lock_Default_text", CSTRING(AssignMedicRoles_role_none), CSTRING(AssignMedicRoles_role_medic), CSTRING(AssignMedicRoles_role_doctorShort)}; diff --git a/addons/repair/CfgEden.hpp b/addons/repair/CfgEden.hpp index ca315d68ec..eb7933fee4 100644 --- a/addons/repair/CfgEden.hpp +++ b/addons/repair/CfgEden.hpp @@ -16,9 +16,9 @@ class Cfg3DEN { class Value: ctrlToolbox { idc = 100; style = "0x02"; - x = "48 * (pixelW * pixelGrid * 0.25)"; - w = "82 * (pixelW * pixelGrid * 0.25)"; - h = "5 * (pixelH * pixelGrid * 0.25)"; + x = "48 * (pixelW * pixelGrid * 0.50)"; + w = "82 * (pixelW * pixelGrid * 0.50)"; + h = "5 * (pixelH * pixelGrid * 0.50)"; rows = 1; columns = 4; strings[] = {"$STR_3DEN_Attributes_Lock_Default_text", CSTRING(AssignEngineerRole_role_none), CSTRING(AssignEngineerRole_role_engineer), CSTRING(AssignEngineerRole_role_specialist)};