Skip to content
Snippets Groups Projects
Commit 0315c8de authored by Philip Scherer's avatar Philip Scherer
Browse files

Set prediction engine selector size correctly

parent 8231ef79
No related branches found
No related tags found
1 merge request!254Add GUI for armem predictions to MemoryViewer
......@@ -55,6 +55,7 @@ namespace armarx::armem::gui
vlayout->addLayout(timestampLayout);
hlayout = new QHBoxLayout();
predictionEngineSelector->setSizeAdjustPolicy(QComboBox::AdjustToContents);
hlayout->addWidget(new QLabel("Prediction engine"));
hlayout->addWidget(predictionEngineSelector);
hlayout->addStretch();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment