diff src/constants.h @ 26:5acd601356ba

Make HTML work for QTextDocument
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 11 Apr 2016 13:06:48 +0200
parents 927794e3cc52
children 5354cbda7188
line wrap: on
line diff
--- a/src/constants.h	Mon Apr 11 11:24:17 2016 +0200
+++ b/src/constants.h	Mon Apr 11 13:06:48 2016 +0200
@@ -47,7 +47,7 @@
 #define COLUMN_CNT 3
 /**
  * @brief The width of the columns in characters. */
-#define COLUMN_WIDTHS { 40, 20, 26 }
+#define COLUMN_WIDTHS { 40, 18, 26 }
 
 /**
  * @brief Regular expression to define a question.
@@ -81,4 +81,6 @@
 
 #define HTML_WIDTH 960
 
+#define BAR_COLOR "#ff9933"
+
 #endif // CONSTANTS_H
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)