mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-27 07:26:33 +01:00
10 lines
151 B
Text
10 lines
151 B
Text
|
/// @description init
|
||
|
#region pos
|
||
|
var hght = 32;
|
||
|
var hh = array_length(scrollbox.data_list) * hght;
|
||
|
|
||
|
dialog_h = hh;
|
||
|
#endregion
|
||
|
event_inherited();
|
||
|
|