Subversion Repositories Kolibri OS

Rev

Rev 990 | Rev 7503 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 990 Rev 7500
Line 115... Line 115...
115
	{
115
	{
116
		col_width[i] = def_col_width;
116
		col_width[i] = def_col_width;
117
	}
117
	}
118
 
118
	col_width[0] = 30;
119
	for (i = 0; i < row_count; i++)
119
 
-
 
120
	for (i = 0; i < row_count; i++)
Line 120... Line 121...
120
	{
121
	{
121
		row_height[i] = def_row_height;
122
		row_height[i] = def_row_height;
122
	}
123
	}
123
 
124
 
Line 138... Line 139...
138
			{
139
			{
139
				cells[i][j] = make_col_cap(i);
140
				cells[i][j] = make_col_cap(i);
140
			}
141
			}
141
 
142
		}
142
		}
143
	}
143
	}
-
 
144
}
144
}
145
 
145
 
146
void reinit()
146
void reinit()
Line 147... Line 147...
147
{
147
{