leave more comments

This commit is contained in:
RickyRister 2024-12-27 20:25:41 -08:00
parent 4210b7595f
commit d3d790f056

View file

@ -86,6 +86,7 @@ TabReplays::TabReplays(TabSupervisor *_tabSupervisor, AbstractClient *_client) :
rightGroupBox = new QGroupBox;
rightGroupBox->setLayout(rightVbox);
// combine layouts
QHBoxLayout *hbox = new QHBoxLayout;
hbox->addWidget(leftGroupBox);
hbox->addWidget(rightGroupBox);