Update 3den attributes to use 1.60 scaling (#3857)

This commit is contained in:
PabstMirror 2016-06-02 09:26:57 -05:00
parent 675214cfb9
commit 637b5e02e9
2 changed files with 6 additions and 6 deletions

View File

@ -16,9 +16,9 @@ class Cfg3DEN {
class Value: ctrlToolbox {
idc = 100;
style = "0x02";
x = "48 * (pixelW * 1.25 * 4)";
w = "82 * (pixelW * 1.25 * 4)";
h = "5 * (pixelH * 1.25 * 4)";
x = "48 * (pixelW * pixelGrid * 0.25)";
w = "82 * (pixelW * pixelGrid * 0.25)";
h = "5 * (pixelH * pixelGrid * 0.25)";
rows = 1;
columns = 4;
strings[] = {"$STR_3DEN_Attributes_Lock_Default_text", CSTRING(AssignMedicRoles_role_none), CSTRING(AssignMedicRoles_role_medic), CSTRING(AssignMedicRoles_role_doctorShort)};

View File

@ -16,9 +16,9 @@ class Cfg3DEN {
class Value: ctrlToolbox {
idc = 100;
style = "0x02";
x = "48 * (pixelW * 1.25 * 4)";
w = "82 * (pixelW * 1.25 * 4)";
h = "5 * (pixelH * 1.25 * 4)";
x = "48 * (pixelW * pixelGrid * 0.25)";
w = "82 * (pixelW * pixelGrid * 0.25)";
h = "5 * (pixelH * pixelGrid * 0.25)";
rows = 1;
columns = 4;
strings[] = {"$STR_3DEN_Attributes_Lock_Default_text", CSTRING(AssignEngineerRole_role_none), CSTRING(AssignEngineerRole_role_engineer), CSTRING(AssignEngineerRole_role_specialist)};