Hide the widget that hides the overview data

This commit is contained in:
Phil Olynyk 2019-03-25 17:54:29 -04:00
parent f9919036de
commit 829c450431

View File

@ -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);