Fix default cols
This commit is contained in:
parent
5a20182f5d
commit
09043e80b9
|
@ -21,7 +21,7 @@ namespace Ooui
|
|||
set => SetProperty (ref rows, value, "rows");
|
||||
}
|
||||
|
||||
int cols = 2;
|
||||
int cols = 20;
|
||||
public int Columns {
|
||||
get => cols;
|
||||
set => SetProperty (ref cols, value, "cols");
|
||||
|
|
Loading…
Reference in New Issue