2022-01-13 05:24:03 +01:00
|
|
|
/// @description init
|
|
|
|
event_inherited();
|
|
|
|
|
|
|
|
#region
|
2022-01-16 05:17:35 +01:00
|
|
|
align = fa_center;
|
2022-01-13 05:24:03 +01:00
|
|
|
draggable = false;
|
|
|
|
destroy_on_click_out = true;
|
|
|
|
|
|
|
|
scrollbox = noone;
|
|
|
|
|
|
|
|
anchor = ANCHOR.top | ANCHOR.left;
|
|
|
|
#endregion
|