mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 23:17:25 +01:00
9 lines
151 B
Text
9 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();
|
|
|