mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
10 lines
178 B
Text
10 lines
178 B
Text
ctrl SqlArray {
|
|
group "Complex";
|
|
>ArrayCtrl;
|
|
}
|
|
|
|
ctrl SqlOption {
|
|
group "Push";
|
|
>Option;
|
|
GetStdSize() { sz = GetMinSize(); sz.cx *= 8; sz.cy = max(16, sz.cy); return sz; }
|
|
}
|