Change the default test card

This commit is contained in:
baydam
2018-04-07 22:04:23 +00:00
parent 4ff3476dd3
commit df0ac22de4
+2 -1
View File
@@ -81,9 +81,10 @@ public:
static const bool DISPLAY_ZOOM_TOOLBAR = true;
static const bool DISPLAY_MENU_BAR = true;
static const bool STICKY_VERTICES = true;
static const int DEFAULT_TEST_CARD = 0;
static const int DEFAULT_TEST_CARD = 1;
static const bool SHOW_OUTPUT_RESOLUTION = true;
static const QString DEFAULT_LANGUAGE;
static const bool SHOW_OUTPUT_ON_MOUSE_HOVER = true;
// Style.
static const QColor WHITE;