changeset 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 5c256892042c
children a10425e7ef98
files src/constants.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/constants.h	Tue Mar 22 15:14:23 2016 +0100
+++ b/src/constants.h	Tue Mar 22 15:14:58 2016 +0100
@@ -47,7 +47,7 @@
 #define COLUMN_CNT 3
 /**
  * @brief The width of the columns in characters. */
-#define COLUMN_WIDTHS { 45, 30, 30 }
+#define COLUMN_WIDTHS { 40, 22, 27 }
 
 /**
  * @brief Regular expression to define a question.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)