mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update 3den attributes to use 1.60 scaling (#3857)
This commit is contained in:
parent
675214cfb9
commit
637b5e02e9
@ -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)};
|
||||
|
@ -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)};
|
||||
|
Loading…
Reference in New Issue
Block a user