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