Fix default cols

This commit is contained in:
Frank A. Krueger 2017-06-15 23:17:21 -07:00
parent 5a20182f5d
commit 09043e80b9
1 changed files with 1 additions and 1 deletions

View File

@ -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");