mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #4097 from acemod/fixApex3denLayout-cherry-pick
Fix 3den attribute layout for 1.62, target release
This commit is contained in:
commit
078647c403
@ -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)};
|
||||
|
@ -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)};
|
||||
|
Loading…
Reference in New Issue
Block a user