mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.10.3.1
This commit is contained in:
@@ -27,7 +27,7 @@ class GftGrid_fx {
|
||||
}
|
||||
public GftGrid_fx ini_AddItms(int num) {
|
||||
for (int i = 0; i < num; i++)
|
||||
itms.Add(new GftItem_mok());//.Key_("key" + Int_.Xto_str(i)));
|
||||
itms.Add(new GftItem_mok());//.Key_("key" + Int_.To_str(i)));
|
||||
return this;
|
||||
}
|
||||
public GftGrid_fx ini_ItmWidth(int i, int width) {
|
||||
|
||||
Reference in New Issue
Block a user