Mercurial > clickerconvert
comparison src/constants.h @ 5:2559010c1202
Change column widhts to fit A4 page
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 22 Mar 2016 15:14:58 +0100 |
parents | 8b4c49c92451 |
children | a10425e7ef98 |
comparison
equal
deleted
inserted
replaced
4:5c256892042c | 5:2559010c1202 |
---|---|
45 /** | 45 /** |
46 * @brief The number of columns the document uses. */ | 46 * @brief The number of columns the document uses. */ |
47 #define COLUMN_CNT 3 | 47 #define COLUMN_CNT 3 |
48 /** | 48 /** |
49 * @brief The width of the columns in characters. */ | 49 * @brief The width of the columns in characters. */ |
50 #define COLUMN_WIDTHS { 45, 30, 30 } | 50 #define COLUMN_WIDTHS { 40, 22, 27 } |
51 | 51 |
52 /** | 52 /** |
53 * @brief Regular expression to define a question. | 53 * @brief Regular expression to define a question. |
54 * | 54 * |
55 * A new question is the first unquoted string after the position | 55 * A new question is the first unquoted string after the position |