From 829c450431a3bfccc2c69b7f38d0d92deaf5017e Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Mon, 25 Mar 2019 17:54:29 -0400 Subject: [PATCH] Hide the widget that hides the overview data --- oscar/overview.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oscar/overview.cpp b/oscar/overview.cpp index df719854..7a0b8cba 100644 --- a/oscar/overview.cpp +++ b/oscar/overview.cpp @@ -42,6 +42,8 @@ Overview::Overview(QWidget *parent, gGraphView *shared) : shortformat.replace("yy", "yyyy"); } + ui->toggleVisibility->setVisible(false); /* get rid of tiny triangle that disables data display */ + ui->dateStart->setDisplayFormat(shortformat); ui->dateEnd->setDisplayFormat(shortformat);