LTM Reveal Window

- avoid "cut off" text for translated period strings
This commit is contained in:
Joern
2018-12-16 15:48:05 +01:00
parent 101b82597b
commit 3633a1e73e

View File

@@ -215,6 +215,7 @@ LTMWindow::LTMWindow(Context *context) :
<< tr("All");
rGroupBy->setStrings(strings);
rGroupBy->setValue(0);
rGroupBy->setMinimumWidth(100);
revealLayout->addWidget(rGroupBy);
rData = new QCheckBox(tr("Data Table"), this);