mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Shift Display to Right if Zeus Interface is open
This commit is contained in:
parent
37031b5002
commit
97d1889971
@ -58,6 +58,12 @@ _xPos = ((safezoneX + safezoneW) - (10 *(((safezoneW / safezoneH) min 1.2) / 40)
|
|||||||
_yPos = safeZoneY + 0.175 * safezoneH;
|
_yPos = safeZoneY + 0.175 * safezoneH;
|
||||||
_wPos = (10 *(((safezoneW / safezoneH) min 1.2) / 40));
|
_wPos = (10 *(((safezoneW / safezoneH) min 1.2) / 40));
|
||||||
_hPos = (2 *((((safezoneW / safezoneH) min 1.2) / 1.2) / 25));
|
_hPos = (2 *((((safezoneW / safezoneH) min 1.2) / 1.2) / 25));
|
||||||
|
|
||||||
|
//Zeus Interface Open and Display would be under the "CREATE" list
|
||||||
|
if (!isnull curatorCamera) then {
|
||||||
|
_xPos = _xPos min ((safezoneX + safezoneW - 12.5 * (((safezoneW / safezoneH) min 1.2) / 40)) - _wPos);
|
||||||
|
};
|
||||||
|
|
||||||
_position = [_xPos, _yPos, _wPos, _size * _hPos];
|
_position = [_xPos, _yPos, _wPos, _size * _hPos];
|
||||||
|
|
||||||
_ctrlHint ctrlSetPosition _position;
|
_ctrlHint ctrlSetPosition _position;
|
||||||
|
Loading…
Reference in New Issue
Block a user