mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Hide the widget that hides the overview data
This commit is contained in:
parent
f9919036de
commit
829c450431
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user