forked from KolibriOS/kolibrios
Table 0.98.9:
- big fonts - use system colors - use @notify to show load/save file status - fixed: grid do not steal focus when scroll used - fixed: window restore after making it very small update Table icon and add it APP+ git-svn-id: svn://kolibrios.org@7504 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#include "kosSyst.h"
|
||||
//#include "KosFile.h"
|
||||
|
||||
#define DEFAULT_CELL_W 80
|
||||
#define DEFAULT_CELL_H 19
|
||||
#define DEFAULT_CELL_W 82
|
||||
#define DEFAULT_CELL_H 21
|
||||
|
||||
extern DWORD col_count, row_count;
|
||||
extern char ***cells;
|
||||
@@ -157,6 +157,7 @@ void reinit()
|
||||
{
|
||||
cell_w[i] = DEFAULT_CELL_W;
|
||||
}
|
||||
cell_w[0] = 30; //make row headers smaller
|
||||
|
||||
for (i = 0; i < row_count; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user